aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2020-06-28 08:02:24 +0200
committerGitHub <noreply@github.com>2020-06-28 08:02:24 +0200
commitb7795a3496d431b0bc88dbf8160fa1967f082d1e (patch)
treedccd28ab1a21a4741e8f49bf6022f21e4bccebaf /.github
parentb7ccf7ae2af3d7eaf3696358ecbbce5a2bcfe652 (diff)
parent7af734bac138e80a2e689c140127443366e566d6 (diff)
Merge pull request #3757 from Mic92/dependabot
dependabot: automatically keep github actions up-to-date
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 000000000..5ace4600a
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,6 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"