more renovate work
This commit is contained in:
@@ -16,5 +16,6 @@
|
|||||||
},
|
},
|
||||||
"ignoreDeps": [
|
"ignoreDeps": [
|
||||||
// List any dependencies to ignore globally if needed
|
// List any dependencies to ignore globally if needed
|
||||||
]
|
],
|
||||||
|
"requiredStatusChecks": null,
|
||||||
}
|
}
|
||||||
@@ -19,5 +19,6 @@
|
|||||||
},
|
},
|
||||||
"ignoreDeps": [
|
"ignoreDeps": [
|
||||||
// List any dependencies to ignore globally if needed
|
// List any dependencies to ignore globally if needed
|
||||||
]
|
],
|
||||||
|
"requiredStatusChecks": null,
|
||||||
}
|
}
|
||||||
@@ -13,5 +13,6 @@
|
|||||||
|
|
||||||
"ignore": [
|
"ignore": [
|
||||||
// Add any global ignores here
|
// Add any global ignores here
|
||||||
]
|
],
|
||||||
|
"requiredStatusChecks": null,
|
||||||
}
|
}
|
||||||
@@ -16,5 +16,6 @@
|
|||||||
},
|
},
|
||||||
"ignoreDeps": [
|
"ignoreDeps": [
|
||||||
// List any dependencies to ignore globally if needed
|
// List any dependencies to ignore globally if needed
|
||||||
]
|
],
|
||||||
|
"requiredStatusChecks": null,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -23,5 +23,6 @@
|
|||||||
"matchDepTypes": ["indirect"],
|
"matchDepTypes": ["indirect"],
|
||||||
"enabled": false
|
"enabled": false
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"requiredStatusChecks": null,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,5 +12,6 @@
|
|||||||
},
|
},
|
||||||
"ignore": [
|
"ignore": [
|
||||||
// Add any global ignores here if needed
|
// Add any global ignores here if needed
|
||||||
]
|
],
|
||||||
|
"requiredStatusChecks": null,
|
||||||
}
|
}
|
||||||
@@ -12,5 +12,6 @@
|
|||||||
},
|
},
|
||||||
"ignore": [
|
"ignore": [
|
||||||
// Add any global ignores here if needed
|
// Add any global ignores here if needed
|
||||||
]
|
],
|
||||||
|
"requiredStatusChecks": null,
|
||||||
}
|
}
|
||||||
@@ -1,21 +1,18 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"rebaseWhen": "conflicted",
|
"rebaseWhen": "conflicted",
|
||||||
"prConcurrentLimit": 25,
|
"prConcurrentLimit": 100,
|
||||||
"pinDigests": true,
|
"pinDigests": true,
|
||||||
"semanticCommits": "enabled",
|
"semanticCommits": "enabled",
|
||||||
"extends": ["helpers:pinGitHubActionDigests"],
|
"extends": ["helpers:pinGitHubActionDigests"],
|
||||||
"dependencyDashboard": true,
|
"dependencyDashboard": true,
|
||||||
"dependencyDashboardTitle": "Renovate Dashboard 🤖",
|
"dependencyDashboardTitle": "Renovate Dashboard 🤖",
|
||||||
|
"separateMinorPatch": true,
|
||||||
|
prHourlyLimit: 0,
|
||||||
|
semanticCommits: 'enabled',
|
||||||
"suppressNotifications": ["prEditedNotification", "prIgnoreNotification"],
|
"suppressNotifications": ["prEditedNotification", "prIgnoreNotification"],
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:recommended",
|
"config:recommended",
|
||||||
"docker:enableMajor",
|
|
||||||
"replacements:k8s-registry-move",
|
|
||||||
":automergeBranch",
|
|
||||||
":disableRateLimiting",
|
|
||||||
":dependencyDashboard",
|
|
||||||
":semanticCommits",
|
|
||||||
"github>truecharts/public//.github/renovate/updates/digest.json5",
|
"github>truecharts/public//.github/renovate/updates/digest.json5",
|
||||||
"github>truecharts/public//.github/renovate/updates/patch.json5",
|
"github>truecharts/public//.github/renovate/updates/patch.json5",
|
||||||
"github>truecharts/public//.github/renovate/updates/minor.json5",
|
"github>truecharts/public//.github/renovate/updates/minor.json5",
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
"automerge": true,
|
"automerge": true,
|
||||||
"automergeType": "branch",
|
"automergeType": "branch",
|
||||||
"matchUpdateTypes": ["digest", "patch", "minor"],
|
"matchUpdateTypes": ["digest", "patch", "minor"],
|
||||||
"matchPackagePatterns": ["ghcr.io/bjw-s", "ghcr.io/onedr0p", "tccr.io/tccr/.*", "tccr.io/tccrbase/.*" ]
|
"matchPackagePatterns": ["ghcr.io/bjw-s", "ghcr.io/onedr0p", "tccr.io/tccr/.*", "tccr.io/tccrbase/.*" ],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": ["Auto-merge chart updates, patch, and minor updates for OCI Helm charts from tccr.io/truecharts"],
|
"description": ["Auto-merge chart updates, patch, and minor updates for OCI Helm charts from tccr.io/truecharts"],
|
||||||
|
|||||||
@@ -11,7 +11,8 @@
|
|||||||
"matchVersion": "^\\d{4}\\.\\d{1,2}(\\.\\d{1,2})?$",
|
"matchVersion": "^\\d{4}\\.\\d{1,2}(\\.\\d{1,2})?$",
|
||||||
"excludePackagePatterns": ["*"],
|
"excludePackagePatterns": ["*"],
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"matchUpdateTypes": ["major"]
|
"matchUpdateTypes": ["major"],
|
||||||
|
dependencyDashboardApproval: true,
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user