From 9fe55b6ee84fbd59c7dcaba25e6f1a0f64a44e4c Mon Sep 17 00:00:00 2001 From: Nate Meyer <672246+notnmeyer@users.noreply.github.com> Date: Tue, 16 May 2023 06:38:44 -0700 Subject: [PATCH] chore(renovate): label PRs (#1921) add tags --- renovate.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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"] + } ] }