Skip to content

Commit

Permalink
Update renovate schedule & use central config repo (#2597)
Browse files Browse the repository at this point in the history
Co-authored-by: 6543 <[email protected]>
Co-authored-by: Anbraten <[email protected]>
  • Loading branch information
3 people authored Oct 17, 2023
1 parent e451d9f commit bbc64c3
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":maintainLockFilesWeekly"],
"extends": ["github>woodpecker-ci/renovate-config"],
"prConcurrentLimit": 5,
"packageRules": [
{
Expand All @@ -19,28 +19,24 @@
{
"groupName": "golang (lang)",
"matchPackagePatterns": ["^golang$", "xgo"],
"matchUpdateTypes": ["minor", "patch"],
"extends": ["schedule:daily"]
"matchUpdateTypes": ["minor", "patch"]
},
{
"groupName": "golang (packages)",
"matchManagers": ["gomod"],
"matchUpdateTypes": ["minor", "patch"],
"extends": ["schedule:daily"]
"matchUpdateTypes": ["minor", "patch"]
},
{
"groupName": "web npm deps non-major",
"matchManagers": ["npm"],
"matchUpdateTypes": ["minor", "patch"],
"matchFileNames": ["web/package.json"],
"extends": ["schedule:daily"]
"matchFileNames": ["web/package.json"]
},
{
"groupName": "docs npm deps non-major",
"matchManagers": ["npm"],
"matchUpdateTypes": ["minor", "patch"],
"matchFileNames": ["docs/**/package.json"],
"extends": ["schedule:daily"]
"matchFileNames": ["docs/**/package.json"]
},
{
"matchDatasources": ["docker"],
Expand Down

0 comments on commit bbc64c3

Please sign in to comment.