Browse Source

Merge pull request #31567 from naveensrinivasan

* pr/31567:
  Include GitHub actions in Dependabot config

Closes gh-31567
pull/32521/head
Stephane Nicoll 3 years ago
parent
commit
f8c6b2d34a
  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