1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-10-30 23:27:39 +02: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:
Patrick Schratz
2023-10-17 09:23:13 +02:00
committed by GitHub
parent e451d9f3d1
commit bbc64c36b3

14
.github/renovate.json vendored
View File

@@ -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"],