Skip to content

Commit c7b358f

Browse files
authored
Add some more automated security checks (#290)
Help us automate issues like #274
1 parent f252747 commit c7b358f

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,21 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "maven" # See documentation for possible values
9-
directory: "/" # Location of package manifests
8+
- package-ecosystem: "maven"
9+
directory: "/"
1010
schedule:
1111
interval: "daily"
1212
assignees:
1313
- "apavlo"
14+
- package-ecosystem: "github-actions"
15+
directory: "/.github/workflows"
16+
schedule:
17+
interval: "daily"
18+
assignees:
19+
- "bpkroth"
20+
- package-ecosystem: "docker"
21+
directory: "/docker"
22+
schedule:
23+
interval: "daily"
24+
assignees:
25+
- "bpkroth"

0 commit comments

Comments
 (0)