Skip to content

Commit

Permalink
chore: fix renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
cyco130 committed Jul 11, 2023
1 parent 833539b commit fb3a3e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: ["config:base", "schedule:weekly", "group:allNonMajor"],
ignorePresets: ["ignorePaths"],
ignorePaths: ["**/node_modules/**", "**/dist/**"],
labels: ["dependencies"],
rangeStrategy: "bump",
packageRules: [
Expand Down

0 comments on commit fb3a3e3

Please sign in to comment.