Browse Source

Add `github-actions`

pull/10727/head
Kent 'picat' Gruber 3 years ago
parent
commit
9e783ccce7
  1. 5
      .github/dependabot.yml

5
.github/dependabot.yml

@ -23,5 +23,10 @@ updates:
- package-ecosystem: npm
open-pull-requests-limit: 5
directory: "/website"
schedule:
interval: daily
- package-ecosystem: github-actions
open-pull-requests-limit: 5
directory: /
schedule:
interval: daily
Loading…
Cancel
Save