Skip to content

Commit f30a946

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

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This file is used to list changes made in each version of the Java cookbook.
44

55
## Unreleased
66

7+
Standardise files with files in sous-chefs/repo-management
8+
79
## 11.1.2 - *2023-02-14*
810

911
## 11.1.1 - *2022-12-08*

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)