Browse Source

Add GitHub Actions to package-ecosystem (#18603)

closed-social-glitch-2
Yamagishi Kazutoshi 2 years ago
committed by GitHub
parent
commit
b37825f2e2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      .github/dependabot.yml

+ 8
- 0
.github/dependabot.yml View File

@ -20,3 +20,11 @@ updates:
open-pull-requests-limit: 99
allow:
- dependency-type: direct
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: weekly
open-pull-requests-limit: 99
allow:
- dependency-type: direct

Loading…
Cancel
Save