diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 955eb47f..5d42bb8f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,6 @@ # For documentation on the format of this file, see # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file +--- version: 2 updates: diff --git a/.github/workflows/generate-files.yml b/.github/workflows/generate-files.yml index ee2f7801..dbb35654 100644 --- a/.github/workflows/generate-files.yml +++ b/.github/workflows/generate-files.yml @@ -5,6 +5,7 @@ # # For documentation on the syntax of this file, see # https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions +--- name: Build on: diff --git a/.github/workflows/propagate-main-to-v7.1.yml b/.github/workflows/propagate-main-to-v7.1.yml index b4b8e153..e1f56836 100644 --- a/.github/workflows/propagate-main-to-v7.1.yml +++ b/.github/workflows/propagate-main-to-v7.1.yml @@ -5,6 +5,7 @@ # # For documentation on the syntax of this file, see # https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions +--- name: Build on: diff --git a/.github/workflows/validate-yaml.yml b/.github/workflows/validate-yaml.yml index 01050a3f..cdb3bb98 100644 --- a/.github/workflows/validate-yaml.yml +++ b/.github/workflows/validate-yaml.yml @@ -3,6 +3,7 @@ # # For documentation on the syntax of this file, see # https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions +--- name: Validate-YAML on: diff --git a/.yamllint.yml b/.yamllint.yml index bdee2f39..8d6330fd 100644 --- a/.yamllint.yml +++ b/.yamllint.yml @@ -1,5 +1,6 @@ # Configuration file for yamllint. For documentation, see # https://yamllint.readthedocs.io/en/stable/configuration.html +--- extends: default