Skip to content

Commit

Permalink
renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
ddecrulle committed Jul 9, 2024
1 parent e3e3a66 commit 45904d1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,22 @@
"packageRules": [
{
"matchPaths": ["package.json"],
"excludePaths": ["website/**"],
"matchDepTypes": ["dependencies", "devDependencies"],
"matchUpdateTypes": ["minor", "patch"],
"groupName": "all minor and patch updates",
"groupSlug": "minor-patch",
"labels": ["dependencies"]
},
{
"matchPaths": ["package.json", "website/**"],
"matchDepTypes": ["dependencies", "devDependencies"],
"matchUpdateTypes": ["minor", "patch"],
"groupName": "all minor and patch updates",
"groupSlug": "minor-patch",
"labels": ["dependencies", "website"]
},

{
"matchPaths": [".github/workflows/**", "ci/**"],
"labels": ["CI"]
Expand Down

0 comments on commit 45904d1

Please sign in to comment.