Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ddecrulle committed Jul 16, 2023
1 parent 7b178e2 commit 3dd213d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
"labels": ["dependencies"],
"packageRules": [
{
"matchFiles": ["queen/**"],
"matchFileNames": ["queen/**"],
"labels": ["queen"]
},
{
"matchFiles": ["queen-v2/**"],
"matchFileNames": ["queen-v2/**"],
"labels": ["queen-v2"]
},
{
"matchFiles": ["drama-queen/**"],
"matchFileNames": ["drama-queen/**"],
"labels": ["drama-queen"]
},
{
"matchFiles": ["package.json"],
"matchFileNames": ["package.json"],
"labels": ["drama-queen-container"]
}
]
Expand Down

0 comments on commit 3dd213d

Please sign in to comment.