Skip to content

Commit

Permalink
Updating Renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
danmanners committed Sep 10, 2023
1 parent e727645 commit d0bc527
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"dependencyDashboard": true,
"regexManagers": [
{
"fileMatch": ["(^|/)\\.github/workflows/.+\\.ya?ml"],
"fileMatch": ["kustomization.ya??ml$"],
"matchStrings": [
"datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)\n.*(?<currentValue>v[0-9.]+)"
],
Expand Down

0 comments on commit d0bc527

Please sign in to comment.