Group GHA updates into a single PR, run once a month

This commit is contained in:
Hugo van Kemenade 2022-09-09 15:13:15 +03:00
parent fa1f33a81b
commit 4c70308031
2 changed files with 10 additions and 1 deletions

10
.github/renovate.json vendored
View File

@ -2,5 +2,13 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": [
"config:base" "config:base"
] ],
"packageRules": [
{
"groupName": "github-actions",
"matchManagers": ["github-actions"],
"separateMajorMinor": "false"
}
],
"schedule": ["on the first day of the month"]
} }

View File

@ -3,6 +3,7 @@ repos:
rev: 3298ddab3c13dd77d6ce1fc0baf97691430d84b0 # frozen: v4.3.0 rev: 3298ddab3c13dd77d6ce1fc0baf97691430d84b0 # frozen: v4.3.0
hooks: hooks:
- id: check-merge-conflict - id: check-merge-conflict
- id: check-json
- id: check-yaml - id: check-yaml
ci: ci: