diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..0a0f197 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @rlespinasse diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bddb09d..953e6de 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,13 +1,11 @@ version: 2 updates: - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: 'github-actions' + directory: '/' schedule: - interval: "weekly" + interval: 'weekly' groups: dependencies: patterns: - - "*" - reviewers: - - "rlespinasse" - labels: [ ] + - '*' + labels: [] diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index c22bbee..eef216e 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -25,4 +25,5 @@ jobs: uses: super-linter/super-linter@v7 env: VALIDATE_ALL_CODEBASE: false + VALIDATE_YAML_PRETTIER: false GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}