summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2022-10-20 15:37:19 +0200
committerBenBE <BenBE@geshi.org>2022-10-20 17:26:32 +0200
commitd21dc622c9972f2b3b7808b6008f998c3b6c1213 (patch)
tree0ee0d7e4b0ae5ea4fe5d9fbcc9dfacd067817004 /.github
parent8dbe15e3c84629854e5afcf2bf2f944d4ca12c87 (diff)
GH: add dependabot for GitHub actions dependencies
Add dependabot configuration that scans for updates in GitHub actions every week.
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml12
1 files changed, 12 insertions, 0 deletions
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'

© 2014-2024 Faster IT GmbH | imprint | privacy policy