Skip to content

Commit

Permalink
chore: Update renovate.json with additional matchUpdateTypes and auto…
Browse files Browse the repository at this point in the history
…merge settings
  • Loading branch information
MountainGod2 committed Nov 5, 2024
1 parent 96101b5 commit daebc8a
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"schedule": [
"every weekend"
],
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true
},
"packageRules": [
Expand All @@ -27,10 +33,12 @@
],
"matchUpdateTypes": [
"minor",
"patch"
"patch",
"pin",
"digest"
],
"matchCurrentVersion": "!/^0/",
"automerge": true
"automerge": true,
"matchCurrentVersion": "!/^0/"
},
{
"matchDatasources": [
Expand All @@ -46,7 +54,7 @@
"fileMatch": [
"Dockerfile"
],
"automerge": true
"automerge": false
},
"labels": [
"dependencies"
Expand Down

0 comments on commit daebc8a

Please sign in to comment.