Skip to content

Commit

Permalink
Remove gha digests from renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
shauneccles committed Feb 22, 2024
1 parent f866a94 commit 8707fd6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":pinGitHubActionDigests", ":automergeMinor", ":automergeLinters",":automergeBranch"]

"extends": [
"config:recommended",
":automergeMinor",
":automergeLinters",
":automergeBranch"
]
}

0 comments on commit 8707fd6

Please sign in to comment.