From bd0181743245f10de96780dd387144c5b488e05a Mon Sep 17 00:00:00 2001 From: EQDMC Date: Fri, 10 Apr 2026 21:47:04 +0200 Subject: [PATCH] chore: add Dependabot for Actions SHA pinning Weekly PRs to pin action tags to commit SHAs, preventing supply chain drift. Co-Authored-By: Claude --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..389d5c4 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + day: monday + commit-message: + prefix: "chore(deps)" + labels: + - "chore" + open-pull-requests-limit: 5