diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..eef6679 --- /dev/null +++ b/renovate.json @@ -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"] +}