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 ac11aed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 @@ -27,7 +27,7 @@
{
"matchManagers": ["npm", "nvm"],
"groupName": "Website",
"labels": ["lang: javascript", "area: dependencies"],
"addLabels": ["lang: javascript"],
"matchPackageNames": [
"*"
],
Expand All @@ -39,7 +39,7 @@
{
"matchManagers": ["gomod"],
"groupName": "golang",
"labels": ["lang: go", "area: dependencies"],
"addLabels": ["lang: go"],
"matchPackageNames": [
"*"
],
Expand Down

0 comments on commit ac11aed

Please sign in to comment.