From d21dc622c9972f2b3b7808b6008f998c3b6c1213 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Thu, 20 Oct 2022 15:37:19 +0200 Subject: GH: add dependabot for GitHub actions dependencies Add dependabot configuration that scans for updates in GitHub actions every week. --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml (limited to '.github') diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..ca6a6ef7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +--- + +version: 2 + +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + labels: + - 'type: dependencies' + - 'github-actions' -- cgit v1.2.3