Compare commits
3 Commits
0.9.0
...
1f914fef06
| Author | SHA1 | Date | |
|---|---|---|---|
|
1f914fef06
|
|||
|
287979ad0a
|
|||
|
d142b731b5
|
12
common.json
12
common.json
@@ -2,19 +2,11 @@
|
|||||||
"$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": ["config:best-practices", ":semanticCommitTypeAll(chore)"],
|
"extends": ["local>t.behrendt/renovate-configs:common", "config:best-practices", ":semanticCommitTypeAll(chore)"],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"description": "Don't update dependencies unless they are at least 7 days old",
|
|
||||||
"minimumReleaseAge": 7,
|
|
||||||
"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": 0
|
"minimumReleaseAge": null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user