File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,31 @@ updates:
10
10
schedule :
11
11
interval : " weekly"
12
12
target-branch : " master"
13
+ ignore :
14
+ - dependency-name : " gorm.io/driver/mysql"
15
+ - dependency-name : " gorm.io/driver/postgres"
16
+ - dependency-name : " gorm.io/gorm"
17
+ groups :
18
+ all :
19
+ patterns :
20
+ - " *"
21
+ exclude-patterns :
22
+ - github.com/glebarez/sqlite
13
23
- package-ecosystem : " github-actions" # See documentation for possible values
14
24
directory : " /" # Location of package manifests
15
25
schedule :
16
26
interval : " weekly"
17
27
target-branch : " master"
28
+ groups :
29
+ all :
30
+ patterns :
31
+ - " *"
32
+ - package-ecosystem : " docker"
33
+ directory : " /"
34
+ schedule :
35
+ interval : " weekly"
36
+ target-branch : " master"
37
+ groups :
38
+ all :
39
+ patterns :
40
+ - " *"
Original file line number Diff line number Diff line change 21
21
uses : golangci/golangci-lint-action@v8
22
22
with :
23
23
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
24
- version : v2.1.6
24
+ version : latest
25
25
26
26
# Optional: working directory, useful for monorepos
27
27
# working-directory: somedir
You can’t perform that action at this time.
0 commit comments