mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-17 10:10:28 +00:00
ci(renovate): enable fork processing
This commit is contained in:
parent
228ca899c4
commit
e7d8a876e8
1 changed files with 36 additions and 0 deletions
36
renovate.json
Normal file
36
renovate.json
Normal file
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"forkProcessing": "enabled",
|
||||
"$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