Skip to content

Commit

Permalink
feat: configure renovate to pin everything
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Dec 25, 2024
1 parent 059d6b7 commit c83e07b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/renovate5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:best-practices",
],

"rebaseWhen": "never",

"packageRules": [
{
"automerge": true,
"matchUpdateTypes": ["pin", "pinDigest"]
},
{
"automerge": true,
"matchManagers": ["dockerfile"],
"matchUpdateTypes": ["digest"]
},
]
}

0 comments on commit c83e07b

Please sign in to comment.