Skip to content

Commit 4bb8ce2

Browse files
committed
added dependabot yml for weekly version update check
1 parent dae8085 commit 4bb8ce2

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+
# Please see the documentation for all configuration options:
2+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3+
4+
version: 2
5+
updates:
6+
- package-ecosystem: "maven"
7+
directory: "/"
8+
target-branch: main
9+
open-pull-requests-limit: 20
10+
schedule:
11+
interval: "weekly"
12+
timezone: "Asia/Calcutta"
13+
groups:
14+
dependencies:
15+
dependency-type: 'production'

0 commit comments

Comments
 (0)