Skip to content

Commit 7dea00c

Browse files
committed
Add Dependabot ignore directives
This adds commented out ignore directives for ansible and ansible-lint. These should be uncommented downstream to ensure that updates to these dependencies are pushed from pull requests made in the skeleton.
1 parent 6f9b265 commit 7dea00c

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
@@ -16,6 +16,9 @@ updates:
1616
directory: "/"
1717
schedule:
1818
interval: "weekly"
19+
# ignore:
20+
# - dependency-name: "ansible"
21+
# - dependency-name: "ansible-lint"
1922

2023
- package-ecosystem: "terraform"
2124
directory: "/"

0 commit comments

Comments
 (0)