Skip to content

Commit c9c6e37

Browse files
added dependabot yml for weekly version update check (#74)
1 parent 9b347eb commit c9c6e37

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/workflows/dependabot.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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'
16+
17+
- package-ecosystem: "github-actions"
18+
directory: "/"
19+
target-branch: main
20+
open-pull-requests-limit: 20
21+
schedule:
22+
interval: "weekly"
23+
timezone: "Asia/Calcutta"
24+
groups:
25+
dependencies:
26+
dependency-type: 'production'

0 commit comments

Comments
 (0)