Compare commits
4 Commits
1f914fef06
...
0.9.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 99a56f3e9b | |||
| 5d76d05b5d | |||
| 950bdb12f4 | |||
| 7a4f5cb141 |
10
common.json
10
common.json
@@ -2,9 +2,17 @@
|
|||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"dependencyDashboard": true,
|
"dependencyDashboard": true,
|
||||||
"semanticCommits": "enabled",
|
"semanticCommits": "enabled",
|
||||||
"extends": ["local>t.behrendt/renovate-configs:common", "config:best-practices", ":semanticCommitTypeAll(chore)"],
|
"extends": ["config:best-practices", ":semanticCommitTypeAll(chore)"],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
|
"description": "Don't update dependencies unless they are at least 7 days old",
|
||||||
|
"minimumReleaseAge": "7 days",
|
||||||
|
"minimumReleaseAgeBehaviour": "timestamp-optional",
|
||||||
|
"internalChecksFilter": "strict"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Exempt local dependencies from the minimum release age",
|
||||||
|
"matchManagers": ["docker-compose", "helm-values", "github-actions", "kubernetes", "dockerfile"],
|
||||||
"matchPackagePatterns": ["^(https:\\/\\/)?gitea\\.t000-n\\.de\/"],
|
"matchPackagePatterns": ["^(https:\\/\\/)?gitea\\.t000-n\\.de\/"],
|
||||||
"minimumReleaseAge": null
|
"minimumReleaseAge": null
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user