Skip to content

Commit

Permalink
Merge pull request #114 from WyriHaximusNet/renovate/migrate-config
Browse files Browse the repository at this point in the history
Migrate renovate config
  • Loading branch information
WyriHaximus authored Nov 17, 2024
2 parents a4fe167 + 815642b commit 0e9df45
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", ":widenPeerDependencies", ":rebaseStalePrs"],
"labels": [ "Dependencies 📦"],
"recreateClosed": true,
"extends": [
"config:recommended",
":widenPeerDependencies",
":rebaseStalePrs"
],
"labels": [
"Dependencies 📦"
],
"recreateWhen": "always",
"allowScripts": true,
"allowPlugins": true,
"ignorePaths": [
Expand Down

0 comments on commit 0e9df45

Please sign in to comment.