Skip to content

Commit d712690

Browse files
authored
Merge pull request #99 from cisagov/improvement/update_dependabot_and_yamllint_configurations
Add boilerplate for upcoming Dependabot configuration changes
2 parents 11eca90 + 77b20ab commit d712690

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
---
22

3+
# Any ignore directives should be uncommented in downstream projects to disable
4+
# Dependabot updates for the given dependency. Downstream projects will get
5+
# these updates when the pull request(s) in the appropriate skeleton are merged
6+
# and Lineage processes these changes.
7+
38
version: 2
49
updates:
510
- package-ecosystem: "github-actions"

.yamllint

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
extends: default
33

44
rules:
5+
# yamllint does not like it when you comment out different parts of
6+
# dictionaries in a list. You can see
7+
# https://github.com/adrienverge/yamllint/issues/384 for some examples of
8+
# this behavior.
9+
comments-indentation: disable
10+
511
# yamllint doesn't like when we use yes and no for true and false,
612
# but that's pretty standard in Ansible.
713
truthy: disable

0 commit comments

Comments
 (0)