Skip to content

Commit

Permalink
chore(config): migrate config .github/renovate.json5 (#4)
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 Dec 11, 2024
1 parent fddc958 commit afb4fcc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", "schedule:weekly", "group:allNonMajor"],
"labels": ["dependencies"],
"rangeStrategy": "bump",
"packageRules": [
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: ["config:recommended", "schedule:weekly", "group:allNonMajor"],
labels: ["dependencies"],
rangeStrategy: "bump",
packageRules: [
{
"depTypeList": ["peerDependencies"],
"enabled": false,
matchDepTypes: ["peerDependencies"],
enabled: false,
},
],
}

0 comments on commit afb4fcc

Please sign in to comment.