Skip to content

Commit

Permalink
Deduplicate renovate configuration
Browse files Browse the repository at this point in the history
The configuration has been extracted to `cucumber/renovate-config`.
  • Loading branch information
mpkorstanje committed Dec 22, 2022
1 parent 79ca731 commit 6344084
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":preserveSemverRanges",
":rebaseStalePrs"
],
"labels": [":robot: dependencies"],
"prHourlyLimit": 0,
"packageRules": [
{
"depTypeList": ["devDependencies", "dependencies"],
"updateTypes": ["minor", "patch"],
"automerge": true,
"automergeType": "branch"
}
"github>cucumber/renovate-config"
]
}

0 comments on commit 6344084

Please sign in to comment.