Skip to content

Commit

Permalink
chore: Add Docker labels
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 committed Sep 3, 2024
1 parent 524f018 commit 6e43a07
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@
"**/requirements.txt"
],
"packageRules": [
{
"addLabels": [
"docker",
"dependencies"
],
"additionalBranchPrefix": "docker-deps/",
"description": "Add docker and dependencies labels to Docker dependency updates",
"matchManagers": [
"dockerfile"
],
"semanticCommitScope": "docker-deps"
},
{
"addLabels": [
"gh-actions",
Expand Down

0 comments on commit 6e43a07

Please sign in to comment.