diff options
author | Jörg Thalheim <joerg@thalheim.io> | 2020-06-27 20:35:33 +0100 |
---|---|---|
committer | Jörg Thalheim <joerg@thalheim.io> | 2020-06-27 20:37:05 +0100 |
commit | 7af734bac138e80a2e689c140127443366e566d6 (patch) | |
tree | dccd28ab1a21a4741e8f49bf6022f21e4bccebaf /.github/dependabot.yml | |
parent | b7ccf7ae2af3d7eaf3696358ecbbce5a2bcfe652 (diff) |
dependabot: automatically keep github actions up-to-date
Diffstat (limited to '.github/dependabot.yml')
-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" |