From 56b84a52f8b5e51c0a9ac50ef0fdcf2af492c31d Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Sun, 10 Mar 2024 23:18:35 +0100 Subject: [PATCH] Use dependabot for GitHub actions updates --- .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..0c597d97 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + day: monday + time: '14:30' + timezone: Europe/Zurich + groups: + github-actions: + patterns: ['*']