Skip to content

Commit

Permalink
chore(renovate): migrate config
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau committed Jan 15, 2024
1 parent f661166 commit 6d40580
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": [
"config:base"
"config:recommended"
],
"assigneesFromCodeOwners": true,
"assigneesSampleSize": 1,
Expand All @@ -9,8 +9,9 @@
"additionalBranchPrefix": "{{parentDir}}-",
"separateMinorPatch": true,
"automerge": true,
"regexManagers": [
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"(^|/)values\\.yaml$"
],
Expand All @@ -23,6 +24,7 @@
"datasourceTemplate": "helm"
},
{
"customType": "regex",
"fileMatch": [
"(^|/)values\\.yaml$"
],
Expand Down

0 comments on commit 6d40580

Please sign in to comment.