Browse Source

Allow dependabot to check GitHub actions daily

pull/3228/head
John Losito 5 years ago
parent
commit
b379081934
  1. 6
      .github/dependabot.yml

6
.github/dependabot.yml

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