Skip to content

Commit 6944125

Browse files
Update dependabot to monitor github-actions
1 parent 813bbce commit 6944125

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
# configuration: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
22

33
version: 2
4+
45
updates:
5-
- package-ecosystem: maven
6-
directory: "/"
7-
schedule:
8-
interval: monthly
9-
open-pull-requests-limit: 3
10-
target-branch: master
11-
commit-message:
12-
prefix: "[dependency] "
6+
- package-ecosystem: maven
7+
directory: "/"
8+
schedule:
9+
interval: monthly
10+
target-branch: master
11+
commit-message:
12+
prefix: "[dependency] "
13+
14+
- package-ecosystem: github-actions
15+
directory: "/"
16+
schedule:
17+
interval: monthly
18+
target-branch: master
19+
commit-message:
20+
prefix: "[dependency] "

0 commit comments

Comments
 (0)