Skip to content

Commit

Permalink
fix renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom committed Jan 7, 2025
1 parent ad552de commit 900c95c
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 @@ -45,7 +45,7 @@
"packageRules": [
{
"addLabels": [
"dependensies/ci"
"dependencies/ci"
],
"groupName": "github actions",
"matchFileNames": [
Expand All @@ -55,7 +55,7 @@
},
{
"addLabels": [
"dependensies/hosting"
"dependencies/hosting"
],
"groupName": "hosting infrastructure",
"matchFileNames": [
Expand All @@ -64,7 +64,7 @@
},
{
"addLabels": [
"dependensies/base"
"dependencies/base"
],
"groupName": "hosting infrastructure",
"matchFileNames": [
Expand All @@ -75,7 +75,7 @@
},
{
"addLabels": [
"dependensies/apps"
"dependencies/apps"
],
"groupName": "applications",
"matchFileNames": [
Expand Down

0 comments on commit 900c95c

Please sign in to comment.