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 785e3c3 commit f0f5832Copy full SHA for f0f5832
.github/dependabot.yml
@@ -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'
.gitignore
@@ -11,4 +11,6 @@
/allure-report/
/.allure/
/.DS_Store
-/*.iml
+/*.iml
+.DS_Store
16
+src/.DS_Store
0 commit comments