Skip to content

Commit bc687be

Browse files
Created dependabot.yml
Enabling Dependabot version updates. This will run the Dependabot daily to check the versions if any new released & accordingly creates a PR with the latest version as well.
1 parent cf407fc commit bc687be

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: maven
4+
directories:
5+
- "/"
6+
schedule:
7+
interval: daily
8+
open-pull-requests-limit: 10
9+
- package-ecosystem: github-actions
10+
directory: "/"
11+
schedule:
12+
interval: daily

0 commit comments

Comments
 (0)