Skip to content

Commit

Permalink
Migrate renovate config (#455)
Browse files Browse the repository at this point in the history
Migrate config .github/renovate.json

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Helio Machado <0x2b3bfa0+git@googlemail.com>
  • Loading branch information
renovate[bot] and 0x2b3bfa0 authored Oct 10, 2024
1 parent 1b001ae commit 89c5d75
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"schedule": ["on Wednesday"],
"extends": [
"config:recommended"
],
"schedule": [
"on Wednesday"
],
"assigneesFromCodeOwners": true,
"labels": ["dependencies"],
"labels": [
"dependencies"
],
"rebaseWhen": "conflicted",
"configMigration": true,
"packageRules": [
Expand All @@ -13,10 +19,10 @@
"matchDatasources": [
"helm"
],
"matchPackagePrefixes": [
"redis",
"postgres",
"clickhouse"
"matchPackageNames": [
"redis{/,}**",
"postgres{/,}**",
"clickhouse{/,}**"
]
}
]
Expand Down

0 comments on commit 89c5d75

Please sign in to comment.