Skip to content

Commit

Permalink
feat(renovate): move most important package rule to bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Aug 5, 2023
1 parent 79d4909 commit 82126e3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions renovate/preset.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,6 @@
}
},
"packageRules": [
{
"description": "Build tool version upgrades",
"groupName": "build tools",
"matchManagers": [
"github-actions"
],
"semanticCommitType": "ci",
"semanticCommitScope": "tools",
"automerge": true
},
{
"description": "Strip v prefix from versions",
"groupName": "version prefix",
Expand Down Expand Up @@ -86,6 +76,16 @@
"minor"
],
"enabled": false
},
{
"description": "Build tool version upgrades",
"groupName": "build tools",
"fileMatch": [
"^.github/(?:workflows|actions)/.+\\.ya?ml$"
],
"semanticCommitType": "ci",
"semanticCommitScope": "tools",
"automerge": true
}
],
"labels": [
Expand Down

0 comments on commit 82126e3

Please sign in to comment.