diff options
author | Domen Kožar <domen@dev.si> | 2020-06-28 08:02:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-28 08:02:24 +0200 |
commit | b7795a3496d431b0bc88dbf8160fa1967f082d1e (patch) | |
tree | dccd28ab1a21a4741e8f49bf6022f21e4bccebaf /.github | |
parent | b7ccf7ae2af3d7eaf3696358ecbbce5a2bcfe652 (diff) | |
parent | 7af734bac138e80a2e689c140127443366e566d6 (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.yml | 6 |
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" |