diff --git a/.github/workflows/check-renovatebot-config.yml b/.github/workflows/check-renovatebot-config.yml index 6c91a84..c56bb36 100644 --- a/.github/workflows/check-renovatebot-config.yml +++ b/.github/workflows/check-renovatebot-config.yml @@ -2,6 +2,8 @@ name: Check renovatebot config on: push: + branches: + - main pull_request: jobs: diff --git a/.github/workflows/doctoc.yml b/.github/workflows/doctoc.yml index 6195760..657be74 100644 --- a/.github/workflows/doctoc.yml +++ b/.github/workflows/doctoc.yml @@ -2,8 +2,9 @@ name: Doctoc on: push: + branches: + - main pull_request: - branches: [main] jobs: verify-doctoc: diff --git a/.github/workflows/test-healthcheck-action.yml b/.github/workflows/test-healthcheck-action.yml index 3f97dc2..3ce5d00 100644 --- a/.github/workflows/test-healthcheck-action.yml +++ b/.github/workflows/test-healthcheck-action.yml @@ -2,8 +2,9 @@ name: Test healthcheck action on: push: + branches: + - main pull_request: - branches: [main] jobs: test-healthcheck-success: diff --git a/.github/workflows/test-setup-e2e-environment-action.yml b/.github/workflows/test-setup-e2e-environment-action.yml index 955e755..8951b2b 100644 --- a/.github/workflows/test-setup-e2e-environment-action.yml +++ b/.github/workflows/test-setup-e2e-environment-action.yml @@ -2,8 +2,9 @@ name: Test setup e2e environment action on: push: + branches: + - main pull_request: - branches: [main] jobs: test-e2e-setup-action: diff --git a/renovatebot/jore4-default-preset.json5 b/renovatebot/jore4-default-preset.json5 index 934089d..28fafdf 100644 --- a/renovatebot/jore4-default-preset.json5 +++ b/renovatebot/jore4-default-preset.json5 @@ -64,7 +64,7 @@ // this includes everything, even @digest of "1.2.3" pinned version updates groupName: "all dependencies", groupSlug: "all", - matchPackagePatterns: ["*"], + matchPackageNames: ["*"], }, { // we want to group typescript updates to its own PR @@ -83,7 +83,6 @@ groupName: "spring boot", groupSlug: "spring-boot", matchPackageNames: ["org.springframework.boot"], - matchPackagePrefixes: ["org.springframework.boot:"], }, { // group Dockerfile and docker-compose version updates to own PR