Skip to content

Commit 93c8251

Browse files
authored
Configure Dependabot for Maven and GitHub Actions
Added Maven and GitHub Actions package ecosystems for Dependabot updates.
1 parent 9c2c570 commit 93c8251

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3+
updates:
4+
- package-ecosystem: "maven"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
day: "wednesday"
9+
# Allow up to 10 open pull requests for maven dependencies
10+
open-pull-requests-limit: 10
11+
- package-ecosystem: "github-actions"
12+
directory: "/"
13+
schedule:
14+
interval: "weekly"
15+
day: "wednesday"

0 commit comments

Comments
 (0)