|
| 1 | +{ |
| 2 | + "$schema": "https://docs.renovatebot.com/renovate-schema.json", |
| 3 | + "baseBranches": ["main"], |
| 4 | + "enabledManagers": ["github-actions"], |
| 5 | + "semanticCommits": "enabled", |
| 6 | + "semanticCommitScope": "", |
| 7 | + "semanticCommitType": "build", |
| 8 | + "commitBody": "See associated pull request for more information.", |
| 9 | + "schedule": [ |
| 10 | + "after 11:00pm on the 1 day of the month", |
| 11 | + "before 4am on the 2 day of the month", |
| 12 | + "after 11:00pm on the 15 day of the month", |
| 13 | + "before 4am on the 16 day of the month" |
| 14 | + ], |
| 15 | + "timezone": "Europe/Vienna", |
| 16 | + "labels": ["dependencies"], |
| 17 | + "assignees": ["Dafnik"], |
| 18 | + "packageRules": [ |
| 19 | + { |
| 20 | + "matchUpdateTypes": ["minor", "patch", "pin", "digest"], |
| 21 | + "groupName": "minor-updates", |
| 22 | + "matchPackageNames": ["*"] |
| 23 | + }, |
| 24 | + { |
| 25 | + "matchUpdateTypes": ["major"], |
| 26 | + "groupName": "major-update" |
| 27 | + } |
| 28 | + ], |
| 29 | + "extends": [ |
| 30 | + "config:recommended", |
| 31 | + ":pinVersions", |
| 32 | + "npm:unpublishSafe", |
| 33 | + ":prNotPending", |
| 34 | + ":preserveSemverRanges", |
| 35 | + ":rebaseStalePrs" |
| 36 | + ] |
| 37 | +} |
0 commit comments