Browse Source

Added dependabot config to keep github actions up to date.

pull/2143/head
Dirk Lemstra 4 years ago
parent
commit
cf86a975fe
No known key found for this signature in database GPG Key ID: 40B84DE7D6271D30
  1. 6
      .github/dependabot.yml

6
.github/dependabot.yml

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