From 9124f1ddace90439bb3aa2ace79a2d8c42474d62 Mon Sep 17 00:00:00 2001 From: Marius Brehler Date: Tue, 21 Jan 2025 17:44:10 +0100 Subject: [PATCH] Update GH actions with Dependabot (#902) All actions are pinned with hases as suggested by OpenSSF Scorecard, as soon as #901 lands. Actions can be upgraded with Dependabot, see https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot. --- .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 00000000..cc365f78 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + + # Check for updates to GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + groups: + github-actions: + patterns: + - "*"