Skip to content

Commit 47f6a01

Browse files
authored
Merge pull request #444 from kbase/dev-update_dependenbot
SECURITY-4: Update Dependabot.yml
2 parents f4f368c + f49190b commit 47f6a01

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
@@ -1,17 +1,26 @@
11
version: 2
22
updates:
33

4-
# Docker
4+
# Docker base images
55
- package-ecosystem: docker
66
directory: "/"
77
schedule:
8-
interval: weekly
9-
time: '11:00'
8+
interval: monthly
9+
time: "11:00"
1010
open-pull-requests-limit: 25
1111

12-
# GitHub Actions
13-
- package-ecosystem: "github-actions"
12+
# GitHub Actions workflows
13+
- package-ecosystem: github-actions
1414
directory: ".github/workflows"
1515
schedule:
16-
interval: "monthly"
16+
interval: monthly
17+
time: "11:00"
18+
open-pull-requests-limit: 25
19+
20+
# Gradle (Java dependencies)
21+
- package-ecosystem: gradle
22+
directory: "/"
23+
schedule:
24+
interval: monthly
25+
time: "11:00"
1726
open-pull-requests-limit: 25

0 commit comments

Comments
 (0)