summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Boerner <ich@felix-boerner.de>2023-12-30 15:44:50 +0100
committerFelix Boerner <ich@felix-boerner.de>2023-12-30 15:44:50 +0100
commit07c4e751ee2982eb242d232613bf96fbadee0cc9 (patch)
treeae07ccb30321b88d0301f31f1506649cd2b026b0
parentbc49ceb2cc29d4979906a3a0b82e65da131a51a1 (diff)
ci: add dependabot for actions
-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 0000000..5ace460
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,6 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"