Skip to content

Commit aef2f8c

Browse files
Automated PR: Standardising Files (#832)
* Standardise files with files in sous-chefs/repo-management Signed-off-by: kitchen-porter <board@sous-chefs.org> * Standardise files with files in sous-chefs/repo-management Signed-off-by: kitchen-porter <board@sous-chefs.org> --------- Signed-off-by: kitchen-porter <board@sous-chefs.org>
1 parent 7cb152d commit aef2f8c

File tree

3 files changed

+19
-24
lines changed

3 files changed

+19
-24
lines changed

CHANGELOG.md

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

55
## Unreleased
66

7+
Standardise files with files in sous-chefs/repo-management
8+
9+
Standardise files with files in sous-chefs/repo-management
10+
711
## 9.3.7 - *2025-09-04*
812

913
Standardise files with files in sous-chefs/repo-management

kitchen.dokken.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@ platforms:
3737
image: dokken/centos-stream-10
3838
pid_one_command: /usr/lib/systemd/systemd
3939

40-
- name: debian-11
41-
driver:
42-
image: dokken/debian-11
43-
pid_one_command: /bin/systemd
44-
4540
- name: debian-12
4641
driver:
4742
image: dokken/debian-12
4843
pid_one_command: /bin/systemd
4944

45+
- name: debian-13
46+
driver:
47+
image: dokken/debian-13
48+
pid_one_command: /usr/lib/systemd/systemd
49+
5050
- name: fedora-latest
5151
driver:
5252
image: dokken/fedora-latest
@@ -77,6 +77,11 @@ platforms:
7777
image: dokken/rockylinux-9
7878
pid_one_command: /usr/lib/systemd/systemd
7979

80+
- name: rockylinux-10
81+
driver:
82+
image: dokken/rockylinux-10
83+
pid_one_command: /usr/lib/systemd/systemd
84+
8085
- name: ubuntu-20.04
8186
driver:
8287
image: dokken/ubuntu-20.04

renovate.json

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,18 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:recommended"
5-
],
3+
"extends": ["config:base"],
64
"packageRules": [
75
{
86
"groupName": "Actions",
9-
"matchUpdateTypes": [
10-
"minor",
11-
"patch",
12-
"pin"
13-
],
7+
"matchUpdateTypes": ["minor", "patch", "pin"],
148
"automerge": true,
15-
"addLabels": [
16-
"Release: Patch",
17-
"Skip: Announcements"
18-
]
9+
"addLabels": ["Release: Patch", "Skip: Announcements"]
1910
},
2011
{
2112
"groupName": "Actions",
22-
"matchUpdateTypes": [
23-
"major"
24-
],
13+
"matchUpdateTypes": ["major"],
2514
"automerge": false,
26-
"addLabels": [
27-
"Release: Patch",
28-
"Skip: Announcements"
29-
]
15+
"addLabels": ["Release: Patch", "Skip: Announcements"]
3016
}
3117
]
3218
}

0 commit comments

Comments
 (0)