Skip to content

Commit

Permalink
chore(renovate): use maintenance label for dev dependencies (#37)
Browse files Browse the repository at this point in the history
Update renovate.json
  • Loading branch information
CFenner authored Sep 2, 2024
1 parent cd7b4c5 commit b9a08bd
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"labels": ["dependencies"],
"extends": [
"config:recommended"
],
"labels": ["dependencies"],
"packageRules": [
{
"matchDepTypes": [
"devDependencies"
],
"labels": [
"maintenance"
]
}
]
}

0 comments on commit b9a08bd

Please sign in to comment.