File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
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
+
3
8
version : 2
4
9
updates :
5
10
- package-ecosystem : " github-actions"
Original file line number Diff line number Diff line change 2
2
extends: default
3
3
4
4
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
+
5
11
# yamllint doesn't like when we use yes and no for true and false,
6
12
# but that's pretty standard in Ansible.
7
13
truthy: disable
You can’t perform that action at this time.
0 commit comments