Skip to content

Commit

Permalink
fix(ci): Let renovate update dependencies with zero as major version
Browse files Browse the repository at this point in the history
Signed-off-by: jld3103 <[email protected]>
  • Loading branch information
provokateurin committed Dec 23, 2023
1 parent 5618678 commit 3821f8a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"minor",
"patch"
],
"matchCurrentVersion": "!/^0/",
"excludeDepNames": [
"app",
"dynamite_end_to_end_test",
Expand All @@ -37,6 +38,15 @@
],
"enabled": false
},
{
"matchManagers": ["pub"],
"matchDepTypes": ["dependencies"],
"matchUpdateTypes": [
"patch"
],
"matchCurrentVersion": "/^0/",
"enabled": false
},
{
"groupName": "built_value",
"matchPackagePatterns": "^built"
Expand Down

0 comments on commit 3821f8a

Please sign in to comment.