We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c679b commit ccf3e6bCopy full SHA for ccf3e6b
.github/dependabot.yml
@@ -0,0 +1,15 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "maven"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "daily"
7
8
9
10
11
+ target-branch: "master-1.x"
12
+ - package-ecosystem: "github-actions"
13
14
15
.gitignore
@@ -1,6 +1,9 @@
cleanup.sh
release.sh
target
+.settings/
+.project
+.classpath
.idea/
*.iml
.DS_Store
0 commit comments