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 e23c548 + 35db809 commit 9e6954cCopy full SHA for 9e6954c
.github/dependabot.yml
@@ -1,11 +1,20 @@
1
version: 2
2
+enable-beta-ecosystems: true
3
updates:
-- package-ecosystem: "github-actions"
4
+- package-ecosystem: github-actions
5
directory: "/"
6
schedule:
- interval: "weekly"
7
+ interval: weekly
8
-- package-ecosystem: "gitsubmodule"
9
+- package-ecosystem: gitsubmodule
10
11
12
13
+
14
+- package-ecosystem: pre-commit
15
+ directory: "/"
16
+ schedule:
17
+ interval: monthly
18
+ groups:
19
+ pre-commit:
20
+ patterns: ["*"]
.github/workflows/lint.yml
@@ -7,7 +7,7 @@ permissions:
jobs:
lint:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-slim
steps:
- uses: actions/checkout@v6
0 commit comments