Skip to content

Commit

Permalink
Merge pull request #2 from Dafnik/feature/add-renovate
Browse files Browse the repository at this point in the history
feat: add renovate
  • Loading branch information
Dafnik authored Apr 10, 2023
2 parents c05b1a3 + 586c428 commit 0c8790c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"pinVersions": true,
"semanticCommits": "enabled",
"semanticCommitScope": "",
"semanticCommitType": "chore",
"commitBody": "See associated pull request for more information.",
"schedule": ["after 11:00pm on monday", "before 11:00am on tuesday"],
"separateMajorMinor": false,
"labels": ["dependencies"],
"timezone": "Europe/Vienna",
"baseBranches": ["main"],
"assignees": ["Dafnik"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"groupName": "minor-updates"
},
{
"matchUpdateTypes": ["major"],
"groupName": "major-risky-update"
}
],
"extends": ["config:base", ":preserveSemverRanges", ":rebaseStalePrs"]
}

0 comments on commit 0c8790c

Please sign in to comment.