We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b347eb commit c9c6e37Copy full SHA for c9c6e37
.github/workflows/dependabot.yml
@@ -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
19
20
21
22
23
24
25
26
0 commit comments