summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2021-11-25 17:44:18 +0100
committerGitHub <noreply@github.com>2021-11-25 17:44:18 +0100
commitd3505ba52bfaa689e10191ca6f0e4a1c01958f5b (patch)
treeb9e2b694d278d8326237503cd245e9b038be1994
parent10ced5a3cd7311eaaa1af9ca6f9198763f6f97a4 (diff)
feat(update): integrate dependabot for gh actions (#900)
* dependabot will check weekly, if the gh actions have new versions available and will open a pr, if necessary
-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"