diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ff9fb1d344..3db635e65a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,4 +6,5 @@ updates: interval: weekly open-pull-requests-limit: 10 labels: - - 'pr: dependencies' + - 'dependencies' + - 'gha' diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 61c74f5ffb..021d34926b 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -61,6 +61,13 @@ jobs: spaces: 2 indent-sequences: true check-multi-line-strings: false + comments: + ignore-shebangs: true + min-spaces-from-content: 1 + comments-indentation: disable + new-lines: + type: unix + new-line-at-end-of-file: enable EOF - name: Lint YAML files