Skip to content

Commit b0cec6b

Browse files
authored
Create dependabot.yml
1 parent 9dabcb6 commit b0cec6b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Please see the documentation for all configuration options:
2+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3+
4+
version: 2
5+
updates:
6+
- package-ecosystem: "maven" # See documentation for possible values
7+
directory: "/" # Location of package manifests
8+
schedule:
9+
interval: "daily"
10+
open-pull-requests-limit: 10
11+
- package-ecosystem: "github-actions"
12+
directory: "/"
13+
schedule:
14+
# Check for updates to GitHub Actions every weekday
15+
interval: "daily"
16+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)