Files
advisory-db/.github/dependabot.yml
LingMan f3cc4cd03e Add a dependabot config (#1371)
Dependabot will watch the workflow files in .github/workflows and
automatically file PRs if there are updates available for any of the used
Actions.
2022-08-18 07:44:02 -06:00

8 lines
151 B
YAML

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10