We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 907f002 commit 093a0f6Copy full SHA for 093a0f6
3 files changed
.github/CODEOWNERS
@@ -0,0 +1 @@
1
+* @rlespinasse
.github/dependabot.yml
@@ -1,13 +1,11 @@
version: 2
2
updates:
3
- - package-ecosystem: "github-actions"
4
- directory: "/"
+ - package-ecosystem: 'github-actions'
+ directory: '/'
5
schedule:
6
- interval: "weekly"
+ interval: 'weekly'
7
groups:
8
dependencies:
9
patterns:
10
- - "*"
11
- reviewers:
12
- - "rlespinasse"
13
- labels: [ ]
+ - '*'
+ labels: []
.github/workflows/linter.yml
@@ -25,4 +25,5 @@ jobs:
25
uses: super-linter/super-linter@v7
26
env:
27
VALIDATE_ALL_CODEBASE: false
28
+ VALIDATE_YAML_PRETTIER: false
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments