Skip to content

Commit 4c328e6

Browse files
authored
Merge pull request #438 from smallstep/max/dependabot
Group Dependabot updates to reduce PR noise
2 parents 27724ef + 555d858 commit 4c328e6

1 file changed

Lines changed: 16 additions & 9 deletions

File tree

.github/dependabot.yml

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
41
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
52

63
version: 2
74
updates:
8-
- package-ecosystem: "github-actions"
9-
directory: "/"
5+
## GitHub Actions
6+
- package-ecosystem: github-actions
7+
directory: /
108
schedule:
11-
interval: "weekly"
12-
- package-ecosystem: "gomod"
13-
directory: "/"
9+
interval: weekly
10+
groups:
11+
# group patch updates
12+
all:
13+
update-types: [ patch, minor, major ]
14+
15+
## Go
16+
- package-ecosystem: gomod
17+
directory: /
1418
schedule:
15-
interval: "weekly"
19+
interval: weekly
20+
groups:
21+
all:
22+
update-types: [ patch, minor ]

0 commit comments

Comments
 (0)