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 ffd3530 commit f6e97b1Copy full SHA for f6e97b1
.github/dependabot.yaml
@@ -9,15 +9,6 @@ updates:
9
reviewers:
10
- "xBlaz3kx"
11
12
- - package-ecosystem: "docker"
13
- directory: "/build/package/"
14
- schedule:
15
- interval: "weekly"
16
- assignees:
17
- - "xBlaz3kx"
18
- reviewers:
19
20
-
21
- package-ecosystem: "gomod"
22
directory: "/"
23
schedule:
.github/workflows/lint.yaml
@@ -32,8 +32,8 @@ jobs:
32
go-version: 1.22.1
33
34
- name: golangci-lint
35
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v7
36
with:
37
version: latest
38
- args: --timeout=2m
+ args: --timeout=3m
39
skip-cache: false
0 commit comments