Skip to content

Commit ccf3e6b

Browse files
authored
chore: enable dependabot in our active branches and update gitignore (#166)
1 parent 66c679b commit ccf3e6b

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.github/dependabot.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "maven"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
- package-ecosystem: "maven"
8+
directory: "/"
9+
schedule:
10+
interval: "daily"
11+
target-branch: "master-1.x"
12+
- package-ecosystem: "github-actions"
13+
directory: "/"
14+
schedule:
15+
interval: "daily"

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
cleanup.sh
22
release.sh
33
target
4+
.settings/
5+
.project
6+
.classpath
47
.idea/
58
*.iml
69
.DS_Store

0 commit comments

Comments
 (0)