Skip to content

Commit

Permalink
fix: 🐛 use correct match string for alpine deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherStranger committed Jun 4, 2024
1 parent c6e7b04 commit 035d715
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"extends": ["config:best-practices"],
"baseBranches": ["dev"],
"packageRules": [
{
Expand All @@ -21,6 +19,6 @@
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
}
],
"ignoreUnstable": true,
"stabilityDays": 7,
"ignoreUnstable": true,
"stabilityDays": 7
}

0 comments on commit 035d715

Please sign in to comment.