Skip to content

Commit

Permalink
Standardise files with files in sous-chefs/repo-management (#1295)
Browse files Browse the repository at this point in the history
Signed-off-by: kitchen-porter <[email protected]>
  • Loading branch information
kitchen-porter authored Jan 31, 2025
1 parent e7721cb commit d5d406f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 19 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

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

## 11.8.4 - *2024-12-11*

- Update documentation for `docker_container` resource
Expand Down
24 changes: 5 additions & 19 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"extends": ["config:base"],
"packageRules": [
{
"groupName": "Actions",
"matchUpdateTypes": [
"minor",
"patch",
"pin"
],
"matchUpdateTypes": ["minor", "patch", "pin"],
"automerge": true,
"addLabels": [
"Release: Patch",
"Skip: Announcements"
]
"addLabels": ["Release: Patch", "Skip: Announcements"]
},
{
"groupName": "Actions",
"matchUpdateTypes": [
"major"
],
"matchUpdateTypes": ["major"],
"automerge": false,
"addLabels": [
"Release: Patch",
"Skip: Announcements"
]
"addLabels": ["Release: Patch", "Skip: Announcements"]
}
]
}

0 comments on commit d5d406f

Please sign in to comment.