Skip to content

Commit a73b5df

Browse files
authored
Fix json
1 parent f929197 commit a73b5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ While Dependabot can update references to these actions, Renovate can't do it ou
1717

1818
```json
1919
{
20-
packageRules: [
20+
"packageRules": [
2121
{
2222
"matchPackageNames": ["grafana/shared-workflows"],
2323
"versioning": "regex:^(?<compatibility>.*)[-/]v?(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)?$",

0 commit comments

Comments
 (0)