Compare commits
1 Commits
0.15.4
..
87cdf10aae
| Author | SHA1 | Date | |
|---|---|---|---|
| 87cdf10aae |
+5
-6
@@ -10,12 +10,11 @@
|
|||||||
"matchManagers": ["github-actions"],
|
"matchManagers": ["github-actions"],
|
||||||
"matchUpdateTypes": ["minor", "patch"],
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
"matchPackageNames": [
|
"matchPackageNames": [
|
||||||
"t.behrendt/actions",
|
"https://gitea.t000-n.de/t.behrendt/actions/*",
|
||||||
"t.behrendt/actions/*",
|
"https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment",
|
||||||
"t.behrendt/conventional-semantic-git-tag-increment",
|
"https://gitea.t000-n.de/t.behrendt/k_deploy_workflows",
|
||||||
"t.behrendt/k_deploy_workflows",
|
"https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action",
|
||||||
"t.behrendt/validate-json-by-json-schema-action",
|
|
||||||
|
|
||||||
"actions/checkout",
|
"actions/checkout",
|
||||||
"actions/cache",
|
"actions/cache",
|
||||||
"actions/cache/*",
|
"actions/cache/*",
|
||||||
|
|||||||
+1
-1
@@ -16,7 +16,7 @@
|
|||||||
{
|
{
|
||||||
"description": "Don't update dependencies unless they are at least 7 days old (except for internal deps).",
|
"description": "Don't update dependencies unless they are at least 7 days old (except for internal deps).",
|
||||||
"matchPackageNames": [
|
"matchPackageNames": [
|
||||||
"!t.behrendt/**"
|
"!https://gitea.t000-n.de/t.behrendt/**"
|
||||||
],
|
],
|
||||||
"minimumReleaseAge": "7 days",
|
"minimumReleaseAge": "7 days",
|
||||||
"minimumReleaseAgeBehaviour": "timestamp-required",
|
"minimumReleaseAgeBehaviour": "timestamp-required",
|
||||||
|
|||||||
Reference in New Issue
Block a user