Add Dependabot ignore directives

This adds commented out ignore directives for the following GitHub
Actions:

- action/cache
- action/checkout
- action/setup-python

These should be uncommented downstream to ensure that updates to these
dependencies are pushed from pull requests made in the skeleton.
pull/521/head
Nicholas McDonnell 2 years ago
parent 6978f2a4dd
commit 511a37cf1e
No known key found for this signature in database
GPG Key ID: 7994ADE2A56BE5D1
  1. 4
      .github/dependabot.yml

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

Loading…
Cancel
Save