Skip to content

Commit

Permalink
Merge pull request #2209 from dafyddj/chore/renovate
Browse files Browse the repository at this point in the history
chore(renovate): enable `auto-merge` on most changes
  • Loading branch information
dafyddj authored Oct 11, 2024
2 parents 9a7b9b8 + 85fd830 commit bbf293b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
},
{
"matchFileNames": ["**/*.sls"],
"automerge": true,
"commitMessageAction": "add",
"commitMessageExtra": "{{prettyNewVersion}}",
"commitMessageTopic": "`{{depName}}` version",
Expand All @@ -70,5 +71,21 @@
":semanticCommitType(update)",
],
},
{
"matchManagers": [
"github-actions",
"pre-commit"
],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true,
},
{
"matchManagers": ["github-actions"],
"groupName": "github-actions minor/patch",
},
{
"matchManagers": ["pre-commit"],
"groupName": "pre-commit hook minor/patch",
},
],
}

0 comments on commit bbf293b

Please sign in to comment.