diff --git a/renovate.json b/renovate.json index 39a2b6e9a5..0bdd14cce8 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,19 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base" + "config:base", ":dependencyDashboard" + ], + "js": { + "addLabels": ["js"] + }, + "packageRules": [ + { + "matchFiles": ["yarn.lock"], + "addLabels": ["deps"] + }, + { + "matchPaths": [".github/workflows/*"], + "addLabels": ["gh-actions"] + } ] }