mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-17 10:10:28 +00:00
ci(renovate): initial commit
This commit is contained in:
parent
819e892fe8
commit
6374f7131c
1 changed files with 25 additions and 0 deletions
25
.github/renovate.json5
vendored
Normal file
25
.github/renovate.json5
vendored
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"enabledManagers": [
|
||||
"github-actions",
|
||||
"pre-commit",
|
||||
],
|
||||
"extends": [
|
||||
"config:recommended",
|
||||
":enablePreCommit",
|
||||
"helpers:pinGitHubActionDigests",
|
||||
],
|
||||
"automergeStrategy": "merge-commit",
|
||||
"packageRules": [
|
||||
{
|
||||
"matchManagers": ["github-actions"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"groupName": "github-actions minor/patch",
|
||||
},
|
||||
{
|
||||
"matchManagers": ["pre-commit"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"groupName": "pre-commit hook minor/patch",
|
||||
},
|
||||
],
|
||||
}
|
Loading…
Add table
Reference in a new issue