Skip to content

Commit

Permalink
chore(config): migrate renovate config (#1528)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 26, 2024
1 parent b1c64bc commit 4709d6a
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
{
"extends": [
"config:base"
"config:recommended"
],
"packageRules": [
{
"managers": ["gomod"],
"matchManagers": [
"gomod"
],
"enabled": true,
"paths": [
"matchFileNames": [
".",
"docgen",
"tools"
]
},
{
"managers": ["dockerfile"],
"matchManagers": [
"dockerfile"
],
"enabled": true,
"paths": [
"matchFileNames": [
".",
"tools",
"proxy"
Expand All @@ -25,7 +29,9 @@
"automerge": true,
"automergeType": "pr",
"automergeStrategy": "squash",
"matchPackageNames": ["*"]
"matchPackageNames": [
"*"
]
}
]
}
}

0 comments on commit 4709d6a

Please sign in to comment.