From c2b3d01024bc6aa8d3c9142bc25140713e9a155f Mon Sep 17 00:00:00 2001 From: Ingo Karkat Date: Sat, 21 Sep 2024 11:59:33 +0200 Subject: [PATCH] Build: ENH: Add dependabot configuration to offer updates to outdated GitHub actions This will automatically scan our workflow once a week and open PR(s) with updates to GitHub actions. --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..ca79ca5b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly