Skip to content

Commit

Permalink
Merge pull request #162 from mallardduck/fix-renovate
Browse files Browse the repository at this point in the history
Add back managers and new GHA digest pinning
  • Loading branch information
mallardduck authored Jan 30, 2025
2 parents a7d3599 + dc782ed commit 9fd7c6d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"extends": [
"github>rancher/renovate-config#release",
"group:allNonMajor"
"group:allNonMajor",
"helpers:pinGitHubActionDigests"
],
"baseBranches": [
"main",
Expand All @@ -10,6 +11,12 @@
"release/v1.x",
"release/v0.x"
],
"enabledManagers": [
"dockerfile",
"github-actions",
"helm-values",
"regex"
],
"packageRules": [
{
"groupName": "GitHub Workflow Actions",
Expand Down

0 comments on commit 9fd7c6d

Please sign in to comment.