Skip to content

Commit

Permalink
Update renovate config (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed May 14, 2024
1 parent baa3a13 commit b5ea461
Showing 1 changed file with 3 additions and 23 deletions.
26 changes: 3 additions & 23 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,25 +1,5 @@
// Docs:
// https://docs.renovatebot.com/configuration-options/
{
extends: ['config:base', ':semanticCommits'],
automerge: true,
masterIssue: true,
rangeStrategy: 'bump',
schedule: ["after 9pm on sunday"],
packageRules: [
{
packageNames: ['node'],
enabled: false,
},
{
// changing peerDependencies *at all* is a breaking change
"matchDepTypes": ["peerDependencies"],
"enabled": false
},
////////////////////////////////////////
// Grouping namespaced packages together
//
// This reduces overall PR count
////////////////////////////////////////
],
"extends": [
"github>NullVoxPopuli/renovate:npm.json5"
]
}

0 comments on commit b5ea461

Please sign in to comment.