Skip to content

Commit

Permalink
Configure renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Dafnik authored Dec 4, 2023
1 parent 95147f1 commit 7c77386
Showing 1 changed file with 27 additions and 3 deletions.
30 changes: 27 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
"baseBranches": ["main"],
"enabledManagers": ["github-actions"],
"semanticCommits": "enabled",
"semanticCommitScope": "",
"semanticCommitType": "build",
"commitBody": "See associated pull request for more information.",
"schedule": [
"after 11:00pm on the 1 day of the month",
"before 4am on the 2 day of the month",
"after 11:00pm on the 15 day of the month",
"before 4am on the 16 day of the month"
],
"timezone": "Europe/Vienna",
"labels": ["dependencies"],
"assignees": ["Dafnik"],
"packageRules": [
{
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"groupName": "minor-updates"
},
{
"matchUpdateTypes": ["major"],
"groupName": "major-update"
}
],
"extends": ["config:base", ":pinVersions", ":unpublishSafe", ":prNotPending", ":preserveSemverRanges", ":rebaseStalePrs"]
}

0 comments on commit 7c77386

Please sign in to comment.