Skip to content

Commit

Permalink
Merge pull request #10 from g3rhard/renovate/migrate-config
Browse files Browse the repository at this point in the history
Migrate renovate config
  • Loading branch information
g3rhard authored Apr 21, 2024
2 parents 5dedc11 + 8f2247f commit 05cebcf
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,16 @@
],
"packageRules": [
{
"matchPackageNames": ["ubuntu"],
"matchManagers": ["regex"],
"matchUpdateTypes": ["minor", "patch"],
"matchPackageNames": [
"ubuntu"
],
"matchManagers": [
"custom.regex"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"automerge": true,
"automergeType": "branch"
}
Expand Down

0 comments on commit 05cebcf

Please sign in to comment.