aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-05-10 15:29:49 -0400
committerGitHub <noreply@github.com>2021-05-10 15:29:49 -0400
commit163be33f4b6dae469b293444d0f721b56c9d98c1 (patch)
tree2bfab08b923920b9e81ab616e524058db09b36a2 /.github
parenta273d9c05c268672356265c64d5bc395a02584fd (diff)
downloadtranslated-content-163be33f4b6dae469b293444d0f721b56c9d98c1.tar.gz
translated-content-163be33f4b6dae469b293444d0f721b56c9d98c1.tar.bz2
translated-content-163be33f4b6dae469b293444d0f721b56c9d98c1.zip
add dependabot for GitHub actions (#811)
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000000..718572bf27
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,7 @@
+version: 2
+
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"