Skip to content

Commit 76a6404

Browse files
committed
Pin chart-releaser-action to 1.5.0
1 parent da10cd9 commit 76a6404

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
"groupName": "gh minor",
1818
"matchManagers": ["github-actions"],
1919
"matchUpdateTypes": ["minor", "patch"]
20+
},
21+
{
22+
"matchDatasources": ["github-tags"],
23+
"matchPackageNames": ["helm/chart-releaser-action"],
24+
"allowedVersions": "<=1.5.0"
2025
}
2126
]
2227
}

0 commit comments

Comments
 (0)