Skip to content

Commit 3303e46

Browse files
authored
Merge branch 'develop' into maintenance/update_pre-commit_hooks
2 parents ad71ef3 + d712690 commit 3303e46

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)