From 13576d666132a5cad58f4ac3e4cb5a12740db2df Mon Sep 17 00:00:00 2001 From: marko-bekhta Date: Mon, 3 Feb 2025 12:50:31 +0100 Subject: [PATCH 1/2] Enable license check on PRs --- .github/hibernate-github-bot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/hibernate-github-bot.yml b/.github/hibernate-github-bot.yml index 5b7c84882f..439c1c9f30 100644 --- a/.github/hibernate-github-bot.yml +++ b/.github/hibernate-github-bot.yml @@ -47,3 +47,9 @@ develocity: replacement: "$1" - pattern: "org.hibernate.validator|Hibernate Validator|main|HEAD|\\d+.\\d+|PR-\\d+" replacement: "" # Just remove these tags +licenseAgreement: + enabled: true + ignore: + # We ignore all dependabot PRs for a license check: + - user: dependabot[bot] + titlePattern: "Bump.*" From 67a22c7819800f5ee141743568a72d49b58da702 Mon Sep 17 00:00:00 2001 From: marko-bekhta Date: Mon, 3 Feb 2025 12:51:54 +0100 Subject: [PATCH 2/2] Group GH actions updates --- .github/dependabot.yml | 7 +++++++ .github/hibernate-github-bot.yml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index deedfec5fd..923cab3e99 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,13 @@ updates: directory: "/" schedule: interval: "monthly" + groups: + workflow-actions: + patterns: + - "*" + allow: + - dependency-name: "actions/*" + - dependency-name: "redhat-actions/*" assignees: [ "marko-bekhta" ] - package-ecosystem: "maven" directory: "/" # Location of package manifests diff --git a/.github/hibernate-github-bot.yml b/.github/hibernate-github-bot.yml index 439c1c9f30..71ad0e6a9a 100644 --- a/.github/hibernate-github-bot.yml +++ b/.github/hibernate-github-bot.yml @@ -7,7 +7,7 @@ jira: # Examples: # Bump some-dep-GAV from some-version to some-version in the build-dependencies group # Bump the build-dependencies group with 2 updates - titlePattern: "Bump.*the build-dependencies group( across \\d+ director(ies|y))?( with \\d+ updates?)?" + titlePattern: "Bump.*the (build-dependencies|workflow-actions) group.*+" ignoreFiles: # Git - ".git*"