Skip to content

Commit af16faa

Browse files
Standardise files with files in sous-chefs/repo-management (#689)
Signed-off-by: kitchen-porter <[email protected]>
1 parent 74619f5 commit af16faa

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## Unreleased
66

7+
Standardise files with files in sous-chefs/repo-management
8+
79
## 11.0.7 - *2022-12-21*
810

911
- Fix CI issues

renovate.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["config:base"],
4+
"packageRules": [{
5+
"groupName": "Actions",
6+
"matchUpdateTypes": ["patch", "pin", "digest"],
7+
"automerge": true,
8+
"addLabels": ["Release: Patch", "Skip: Announcements"]
9+
},
10+
{
11+
"groupName": "Actions",
12+
"matchUpdateTypes": ["major"],
13+
"automerge": false,
14+
"addLabels": ["Release: Patch", "Skip: Announcements"]
15+
}
16+
]
17+
}

0 commit comments

Comments
 (0)