Skip to content

Commit

Permalink
chore(renovate): add labels for deps PRs (#227)
Browse files Browse the repository at this point in the history
* Update renovate.json

* Update renovate.json
  • Loading branch information
CCFenner authored Nov 29, 2024
1 parent f8d534f commit e4c841d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,17 @@
"baseBranches": [
"main"
],
"labels": [
"dependencies"
],
"packageRules": [
{
"matchDepTypes": ["devDependencies"],
"automerge": true,
"platformAutomerge": true
"platformAutomerge": true,
"labels": [
"maintenance"
]
}
]
}

0 comments on commit e4c841d

Please sign in to comment.