From 4c703080318cf6f9b1a2b516058e43e453ca4f86 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Fri, 9 Sep 2022 15:13:15 +0300 Subject: [PATCH] Group GHA updates into a single PR, run once a month --- .github/renovate.json | 10 +++++++++- .pre-commit-config.yaml | 1 + 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index f9c2c3270..244ea0a80 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,5 +2,13 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base" - ] + ], + "packageRules": [ + { + "groupName": "github-actions", + "matchManagers": ["github-actions"], + "separateMajorMinor": "false" + } + ], + "schedule": ["on the first day of the month"] } diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d51f68d28..867207392 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,6 +3,7 @@ repos: rev: 3298ddab3c13dd77d6ce1fc0baf97691430d84b0 # frozen: v4.3.0 hooks: - id: check-merge-conflict + - id: check-json - id: check-yaml ci: