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 19, 2023
1 parent a9e6af1 commit 63ce462
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: github-actions
schedule:
interval: weekly
Expand Down

0 comments on commit 63ce462

Please sign in to comment.