Skip to content

Commit

Permalink
ci: Fix Knope auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanty committed Dec 30, 2023
1 parent 8bdc051 commit 3f20622
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
{
extends: ["config:base", "regexManagers:githubActionsVersions"],
automerge: true
extends: ["config:base"],
automerge: true,
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"^.github/(?:workflows|actions)/.+\\.ya?ml$"
],
"matchStrings": [
"KNOPE_VERSION:\\s*(?<currentValue>.*)"
],
"depNameTemplate": "knope",
"datasourceTemplate": "crate",
"versioningTemplate": "semver"
}
]
}

0 comments on commit 3f20622

Please sign in to comment.