Skip to content

Commit

Permalink
Add renovate deps groups (#2417)
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick Schratz <patrick.schratz@gmail.com>
  • Loading branch information
xoxys and pat-s authored Sep 10, 2023
1 parent 5bb8ff5 commit 6a61bb0
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 6 deletions.
30 changes: 30 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":maintainLockFilesWeekly"],
"prConcurrentLimit": 5,
"packageRules": [
{
"groupName": "golang deps non-major",
"matchManagers": ["gomod"],
"matchUpdateTypes": ["minor", "patch"],
"extends": ["schedule:daily"],
"labels": ["dependencies"]
},
{
"groupName": "web npm deps non-major",
"matchManagers": ["npm"],
"matchUpdateTypes": ["minor", "patch"],
"matchFileNames": ["web/package.json"],
"extends": ["schedule:daily"],
"labels": ["dependencies"]
},
{
"groupName": "docs npm deps non-major",
"matchManagers": ["npm"],
"matchUpdateTypes": ["minor", "patch"],
"matchFileNames": ["docs/**/package.json"],
"extends": ["schedule:daily"],
"labels": ["dependencies"]
}
]
}
6 changes: 0 additions & 6 deletions renovate.json

This file was deleted.

0 comments on commit 6a61bb0

Please sign in to comment.