Merge pull request #107 from cisagov/improvement/add_dependabot_ignores_for_github_actions

Add Dependabot ignore directives
pull/521/head
Nick 2 years ago committed by GitHub
commit a9c93d0ff9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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