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 e32379e commit 285c9d3
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":disableDependencyDashboard"
],
"labels": [":robot: dependencies"],
"prHourlyLimit": 0,
"packageRules": [
{
"updateTypes": ["minor", "patch"],
"automerge": true,
"automergeType": "branch"
}
"github>cucumber/renovate-config"
]
}

0 comments on commit 285c9d3

Please sign in to comment.