Skip to content

Commit

Permalink
Add new, disabled dependabot ignore directives
Browse files Browse the repository at this point in the history
Add the Actions that are used in the CodeQL workflow as commented out
dependencies to ignore in the dependabot configuration. These will be
un-commented in downstream repositories so that only
cisagov/skeleton-python-library will have dependabot PRs created for
these dependencies.
  • Loading branch information
mcdonnnj committed Dec 18, 2023
1 parent ed103e3 commit f80b3ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ updates:
# # Managed by cisagov/skeleton-python-library
# - dependency-name: actions/download-artifact
# - dependency-name: actions/upload-artifact
# - dependency-name: github/codeql-action/analyze
# - dependency-name: github/codeql-action/autobuild
# - dependency-name: github/codeql-action/init

- package-ecosystem: "pip"
directory: "/"
Expand Down

0 comments on commit f80b3ec

Please sign in to comment.