Skip to content

Commit

Permalink
chore: back ot major in regex
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Dec 8, 2023
1 parent 0360d0b commit 3e6dddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate/grafanaDashboards.json5
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"depName=\"(?<depName>\\S+)\"\\n.*?gnetId: (?<packageName>\\d+)\\n.*?revision: (?<currentValue>\\d+)"
],
"datasourceTemplate": "custom.grafana-dashboards",
"versioningTemplate": "regex:^(?<revision>\\d+)$"
"versioningTemplate": "regex:^(?<major>\\d+)$"
}
],
"packageRules": [
Expand Down

0 comments on commit 3e6dddc

Please sign in to comment.