Skip to content

Commit

Permalink
Use local Renovate preset
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb authored Oct 15, 2024
1 parent a0bcb5b commit 8c4ad20
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"mergeConfidence:all-badges",
"config:recommended",
":disableDependencyDashboard"
],
"labels": [
"dependencies"
],
"rangeStrategy": "update-lockfile",
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch"
],
"automerge": true
}
]
"extends": ["local>LeoColomb/.github:renovate-config"],
"rangeStrategy": "update-lockfile"
}

0 comments on commit 8c4ad20

Please sign in to comment.