Enable Dependabot ignore directives

This enables the Dependabot ignore directives for GitHub Actions.
pull/521/head
Nicholas McDonnell 2 years ago
parent 6767ea9d93
commit 6d39743372
No known key found for this signature in database
GPG Key ID: 7994ADE2A56BE5D1
  1. 8
      .github/dependabot.yml

@ -11,10 +11,10 @@ updates:
directory: "/" directory: "/"
schedule: schedule:
interval: "weekly" interval: "weekly"
# ignore: ignore:
# - dependency-name: actions/cache - dependency-name: actions/cache
# - dependency-name: actions/checkout - dependency-name: actions/checkout
# - dependency-name: actions/setup-python - dependency-name: actions/setup-python
- package-ecosystem: "pip" - package-ecosystem: "pip"
directory: "/" directory: "/"

Loading…
Cancel
Save