diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 000000000..f44be1d61 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,33 @@ +{ + "extends": [ + "config:base", + ":enablePreCommit", + ":preserveSemverRanges", + ":disableDependencyDashboard" + ], + "labels": ["dependencies"], + "packageRules": [ + { + "matchManagers": ["github-actions"], + "addLabels": ["ci"] + }, + { + "matchManagers": ["composer"], + "addLabels": ["php"] + }, + { + "matchManagers": ["pip_setup", "pip_requirements"], + "addLabels": ["python"] + }, + { + "matchPaths": ["website/**"], + "addLabels": ["javascript"], + "extends": ["monorepo:docusaurus"] + }, + { + "matchUpdateTypes": ["patch"], + "matchPaths": ["website/**", ".github/workflows/*"], + "automerge": true + } + ] +} diff --git a/renovate.json b/renovate.json deleted file mode 100644 index f45d8f110..000000000 --- a/renovate.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "extends": [ - "config:base" - ] -}