We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc20590 commit c9e66c1Copy full SHA for c9e66c1
.github/dependabot.yml
@@ -0,0 +1,11 @@
1
+version: 2
2
+
3
+updates:
4
+ - package-ecosystem: "github-actions"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "daily"
8
+ - package-ecosystem: "maven"
9
10
11
+ interval: "weekly"
.gitignore
@@ -1,3 +1,5 @@
target
-.*
+*.vscode
+*.iml
*.log
+*.tmp
0 commit comments