Skip to content

Commit 9fe55b6

Browse files
authored
chore(renovate): label PRs (#1921)
add tags
1 parent 16dd6d6 commit 9fe55b6

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

renovate.json

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base"
4+
"config:base", ":dependencyDashboard"
5+
],
6+
"js": {
7+
"addLabels": ["js"]
8+
},
9+
"packageRules": [
10+
{
11+
"matchFiles": ["yarn.lock"],
12+
"addLabels": ["deps"]
13+
},
14+
{
15+
"matchPaths": [".github/workflows/*"],
16+
"addLabels": ["gh-actions"]
17+
}
518
]
619
}

0 commit comments

Comments
 (0)