From 2f84022b36e29f2e0d5eabd7384e2847511d8d32 Mon Sep 17 00:00:00 2001 From: Tom Swinkels Date: Wed, 31 Dec 2025 10:53:42 +0100 Subject: [PATCH 1/2] chore: enforce dependabot daily config --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bc3ab5c..dd08ecb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: "/" schedule: interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" From 095aac201ecf39b43edbd6bc41c93f82dd734bd0 Mon Sep 17 00:00:00 2001 From: Tom Swinkels Date: Tue, 6 Jan 2026 14:29:44 +0100 Subject: [PATCH 2/2] chore: remove workflow incompatible with public repo (access denied to private reusable workflow) --- .github/workflows/code_review.yml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .github/workflows/code_review.yml diff --git a/.github/workflows/code_review.yml b/.github/workflows/code_review.yml deleted file mode 100644 index d287426..0000000 --- a/.github/workflows/code_review.yml +++ /dev/null @@ -1,10 +0,0 @@ -name: Auto Code Review - -on: - pull_request: - types: [opened, synchronize, reopened] - -jobs: - conflicts: - uses: preprio/.github-workflows/.github/workflows/code-conflicts.yml@main - secrets: inherit