Skip to content

Commit 04b5908

Browse files
authored
chore(ci): update dependabot.yml to group dependencies (#272)
1 parent 52cbf88 commit 04b5908

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

.github/dependabot.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
- "*"

.github/workflows/golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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

0 commit comments

Comments
 (0)