Skip to content

Commit 4709716

Browse files
committed
Add ignore directives to the dependabot configuration
Add ignore directives and an attribution comment to the dependabot configurtation. These will be uncommented in descendants of this project (cisagov/skeleton-python-library) so that version changes to these Actions are controlled through this project.
1 parent f514a6c commit 4709716

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ updates:
1919
- dependency-name: actions/setup-python
2020
- dependency-name: hashicorp/setup-terraform
2121
- dependency-name: mxschmitt/action-tmate
22+
# # Managed by cisagov/skeleton-python-library
23+
# - dependency-name: actions/download-artifact
24+
# - dependency-name: actions/upload-artifact
2225

2326
- package-ecosystem: "pip"
2427
directory: "/"

0 commit comments

Comments
 (0)