Browse Source

Create dependabot.yml

pull/60/head
Fuzzy 5 years ago
committed by GitHub
parent
commit
b2dfd6c76d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      .github/workflows/dependabot.yml

11
.github/workflows/dependabot.yml

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