mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-15 22:41:19 +00:00
Update renovate schedule & use central config repo (#2597)
Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: Anbraten <anton@ju60.de>
This commit is contained in:
parent
e451d9f3d1
commit
bbc64c36b3
1 changed files with 5 additions and 9 deletions
14
.github/renovate.json
vendored
14
.github/renovate.json
vendored
|
@ -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": [
|
||||
{
|
||||
|
@ -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"],
|
||||
|
|
Loading…
Reference in a new issue