Skip to content

Commit

Permalink
chore(renovate): label PRs (#1921)
Browse files Browse the repository at this point in the history
add tags
  • Loading branch information
notnmeyer authored May 16, 2023
1 parent 16dd6d6 commit 9fe55b6
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -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"]
}
]
}

0 comments on commit 9fe55b6

Please sign in to comment.