Standardise files with files in sous-chefs/repo-management (#180)

Signed-off-by: kitchen-porter <board@sous-chefs.org>
This commit is contained in:
Sous Chefs Bot 2023-02-14 07:51:16 -08:00 committed by GitHub
parent d001fb299f
commit cc247bd4f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 0 deletions

View File

@ -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
View 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"]
}
]
}