diff --git a/renovate.json b/renovate.json index 8adc0e2..6f085a0 100644 --- a/renovate.json +++ b/renovate.json @@ -13,9 +13,9 @@ "^README\\.md$" ], "matchStrings": [ - "volker.raschek/ah-annotations@(?\\d+\\.\\d+\\.\\d+)" + "uses: volker\\.raschek/ah-annotation@(?[^\\s\"']+)" ], - "depNameTemplate": "volker.raschek/ah-annotations", + "depNameTemplate": "volker.raschek/ah-annotation", "datasourceTemplate": "git-tags", "versioningTemplate": "semver" }, @@ -25,7 +25,7 @@ "^README\\.md$" ], "matchStrings": [ - "actions/checkout@(?.*)" + "uses: actions/checkout@(?[^\\s\"']+)" ], "depNameTemplate": "actions/checkout", "datasourceTemplate": "github-releases", @@ -40,7 +40,7 @@ ], "automerge": true, "matchDepNames": [ - "volker.raschek/ah-annotations" + "volker.raschek/ah-annotation" ], "matchUpdateTypes": [ "major",