Skip to content

Commit

Permalink
refactor: do not pin digest
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherStranger committed Jun 4, 2024
1 parent bd3abe2 commit 7145e5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:best-practices"],
"extends": ["config:recommended"],
"baseBranches": ["dev"],
"packageRules": [
{
Expand All @@ -20,5 +20,5 @@
}
],
"ignoreUnstable": true,
"stabilityDays": 7
"minimumReleaseAge": "7 days"
}

0 comments on commit 7145e5c

Please sign in to comment.