Browse Source

enable Dependabot v2 (#1134)

https://github.blog/2020-06-01-keep-all-your-packages-up-to-date-with-dependabot/
sullis 4 years ago
parent
commit
a80263ccce
1 changed files with 6 additions and 0 deletions
  1. 6 0
      .github/dependabot.yml

+ 6 - 0
.github/dependabot.yml

@@ -0,0 +1,6 @@
+version: 2
+updates:
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "daily"