diff --git a/action.json b/action.json index 6a45717..e4d6eef 100644 --- a/action.json +++ b/action.json @@ -10,11 +10,12 @@ "matchManagers": ["github-actions"], "matchUpdateTypes": ["minor", "patch"], "matchPackageNames": [ - "https://gitea.t000-n.de/t.behrendt/actions/*", - "https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment", - "https://gitea.t000-n.de/t.behrendt/k_deploy_workflows", - "https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action", - + "t.behrendt/actions", + "t.behrendt/actions/*", + "t.behrendt/conventional-semantic-git-tag-increment", + "t.behrendt/k_deploy_workflows", + "t.behrendt/validate-json-by-json-schema-action", + "actions/checkout", "actions/cache", "actions/cache/*", diff --git a/common.json b/common.json index 0dfce7e..0afb3d3 100644 --- a/common.json +++ b/common.json @@ -16,7 +16,7 @@ { "description": "Don't update dependencies unless they are at least 7 days old (except for internal deps).", "matchPackageNames": [ - "!https://gitea.t000-n.de/t.behrendt/**" + "!t.behrendt/**" ], "minimumReleaseAge": "7 days", "minimumReleaseAgeBehaviour": "timestamp-required",