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:
1010 schedule :
1111 interval : " weekly"
1212 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
1323 - package-ecosystem : " github-actions" # See documentation for possible values
1424 directory : " /" # Location of package manifests
1525 schedule :
1626 interval : " weekly"
1727 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 2121 uses : golangci/golangci-lint-action@v8
2222 with :
2323 # 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
2525
2626 # Optional: working directory, useful for monorepos
2727 # working-directory: somedir
You can’t perform that action at this time.
0 commit comments