summaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2021-02-24 14:09:22 +0100
committerGitea <gitea@fake.local>2021-05-04 16:00:00 +0000
commit424b062676f879e10efae625002d73d20aee26ba (patch)
treed89d11944d568b6279b58a5c96e910e5d94aee11 /.github/dependabot.yml
parentffeda392b109ee6231a5fc12a4b4a7076674dce5 (diff)
add github action for autosync
Diffstat (limited to '.github/dependabot.yml')
-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 00000000..5ace4600
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,6 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"