summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2020-06-27 20:35:33 +0100
committerJörg Thalheim <joerg@thalheim.io>2020-06-27 20:37:05 +0100
commit7af734bac138e80a2e689c140127443366e566d6 (patch)
treedccd28ab1a21a4741e8f49bf6022f21e4bccebaf /.github
parentb7ccf7ae2af3d7eaf3696358ecbbce5a2bcfe652 (diff)
dependabot: automatically keep github actions up-to-date
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 000000000..5ace4600a
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,6 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"