summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2020-07-31 06:02:16 +0100
committerJörg Thalheim <joerg@thalheim.io>2020-07-31 06:02:53 +0100
commite2f49f7db822032598c22f5dca4a4f989695b9e8 (patch)
treed209d6f5c55168656ea6bbcbb950c214cf66809c /.github
parent7d04fdaa69c14ce51c21078af6a135df9bb11af5 (diff)
dependabot: automatically update github actions
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 0000000000000..5ace4600a1f26
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,6 @@
+version: 2
+updates:
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "weekly"