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.
2 parents 4dc6c70 + 2d6bacf commit f4240b9Copy full SHA for f4240b9
.github/dependabot.yml
@@ -1,14 +1,5 @@
1
version: 2
2
updates:
3
- - package-ecosystem: npm
4
- directory: "/"
5
- schedule:
6
- interval: monthly
7
- reviewers:
8
- - coliff
9
- labels:
10
- - dependencies
11
- open-pull-requests-limit: 1
12
- package-ecosystem: github-actions
13
directory: "/"
14
schedule:
.github/workflows/linter.yml
@@ -22,7 +22,7 @@ jobs:
22
fetch-depth: 0
23
24
- name: Lint Code Base
25
- uses: super-linter/super-linter/slim@v7
+ uses: super-linter/super-linter/slim@v8
26
env:
27
DEFAULT_BRANCH: main
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments