Skip to content

Commit

Permalink
chore(config): migrate config .github/renovate.json (#129)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 5, 2024
1 parent db72011 commit 344f1cc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"config:recommended",
":dependencyDashboard",
":rebaseStalePrs",
":renovatePrefix",
Expand All @@ -12,8 +12,10 @@
],
"packageRules": [
{
"matchPackagePatterns": "*",
"allowedVersions": "!/-.+\\.[0-9]+$/"
"allowedVersions": "!/-.+\\.[0-9]+$/",
"matchPackageNames": [
"*"
]
}
]
}

0 comments on commit 344f1cc

Please sign in to comment.