Browse Source

Include GitHub actions in Dependabot config

See gh-31567
pull/32521/head
naveen 4 years ago committed by Stephane Nicoll
parent
commit
45f207d6fd
  1. 6
      .github/dependabot.yml

6
.github/dependabot.yml

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