Skip to content

Commit

Permalink
chore(deps): use shared Renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
mu88 authored Oct 9, 2024
1 parent 9b28c86 commit 626c97a
Showing 1 changed file with 1 addition and 37 deletions.
38 changes: 1 addition & 37 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"group:all",
":semanticCommitTypeAll(chore)",
"schedule:earlyMondays"
],
"packageRules": [
{
"description": "Automatically merge minor and patch-level updates",
"matchUpdateTypes": ["minor", "patch", "digest"],
"automerge": true,
"automergeType": "branch"
},
{
"enabled": false,
"matchDatasources": [
"docker"
],
"matchUpdateTypes": [
"major"
]
},
{
"description": "Wait with non-major updates of global.json so that it is likely to be installed on all dev machines, too",
"matchUpdateTypes": ["minor", "patch", "digest"],
"matchFileNames": ["global.json"],
"minimumReleaseAge": "14 days",
"automerge": true,
"automergeType": "branch"
},
{
"description": "Major updates of global.json will be done manually.",
"matchUpdateTypes": ["major"],
"matchFileNames": ["global.json"],
"enabled": false
}
]
"extends": ["github>mu88/renovate-config"]
}

0 comments on commit 626c97a

Please sign in to comment.