Skip to content

Commit

Permalink
fix(renovate): extend p3ol custom presets
Browse files Browse the repository at this point in the history
  • Loading branch information
yannispgs committed Nov 17, 2023
1 parent 2dab217 commit 12a3881
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
{
"extends": [
"config:base"
"p3ol/renovate-presets//presets/base#v1.0.0"
],
"packageRules": [{
"matchUpdateTypes": ["patch", "pin"],
"matchDepTypes": ["devDependencies", "dependencies"],
"automerge": true
}, {
"matchUpdateTypes": ["minor", "major"],
"matchDepTypes": ["dependencies"],
"semanticCommitType": "feat"
}, {
"matchDepTypes": ["devDependencies"],
"prPriority": -1
}]
}

0 comments on commit 12a3881

Please sign in to comment.