Standardise files with files in sous-chefs/repo-management (#180)
Signed-off-by: kitchen-porter <board@sous-chefs.org>
This commit is contained in:
parent
d001fb299f
commit
cc247bd4f3
@ -4,6 +4,8 @@ This file is used to list changes made in each version of the postfix cookbook.
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
Standardise files with files in sous-chefs/repo-management
|
||||||
|
|
||||||
## 6.0.8 - *2022-12-08*
|
## 6.0.8 - *2022-12-08*
|
||||||
|
|
||||||
Standardise files with files in sous-chefs/repo-management
|
Standardise files with files in sous-chefs/repo-management
|
||||||
|
17
renovate.json
Normal file
17
renovate.json
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": ["config:base"],
|
||||||
|
"packageRules": [{
|
||||||
|
"groupName": "Actions",
|
||||||
|
"matchUpdateTypes": ["patch", "pin", "digest"],
|
||||||
|
"automerge": true,
|
||||||
|
"addLabels": ["Release: Patch", "Skip: Announcements"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"groupName": "Actions",
|
||||||
|
"matchUpdateTypes": ["major"],
|
||||||
|
"automerge": false,
|
||||||
|
"addLabels": ["Release: Patch", "Skip: Announcements"]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user