Skip to content

Commit d22e4cf

Browse files
authored
Merge pull request #171 from kbase/dev-update_dependabot
SECURITY-4: Update Dependabot.yml
2 parents 12d563e + 6b655f1 commit d22e4cf

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,20 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "gomod" # See documentation for possible values
9-
directory: "/" # Location of package manifests
8+
# GitHub Actions workflows
9+
- package-ecosystem: github-actions
10+
directory: ".github/workflows"
1011
schedule:
11-
interval: "monthly"
12-
- package-ecosystem: "docker" # See documentation for possible values
13-
directory: "/" # Location of package manifests
12+
interval: monthly
13+
14+
# Go (Go modules)
15+
- package-ecosystem: gomod
16+
directory: "/"
17+
schedule:
18+
interval: monthly
19+
20+
# Docker base images
21+
- package-ecosystem: docker
22+
directory: "/"
1423
schedule:
15-
interval: "monthly"
24+
interval: monthly

0 commit comments

Comments
 (0)