Skip to content

Commit

Permalink
label
Browse files Browse the repository at this point in the history
  • Loading branch information
vmaerten committed Jan 29, 2025
1 parent 93c3d2e commit 7d97ac2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"constraints": {
"go": "1.22"
},
"addLabels":["area: dependencies"],
"mode": "full",
"reviewers": ["team:developer"],
"packageRules": [
{
"matchManagers": ["github-actions"],
"groupName": "Github Action",
"labels": ["area: github actions", "area: dependencies"],
"addLabels": ["area: github actions"],
"matchPackageNames": [
"*"
],
Expand All @@ -25,9 +25,9 @@
]
},
{
"matchManagers": ["npm", "nvm"],
"matchCategories": ["js", "node"],
"groupName": "Website",
"labels": ["lang: javascript", "area: dependencies"],
"addLabels": ["lang: javascript"],
"matchPackageNames": [
"*"
],
Expand All @@ -37,9 +37,9 @@
]
},
{
"matchManagers": ["gomod"],
"matchCategories": ["golang"],
"groupName": "golang",
"labels": ["lang: go", "area: dependencies"],
"addLabels": ["lang: go"],
"matchPackageNames": [
"*"
],
Expand Down

0 comments on commit 7d97ac2

Please sign in to comment.