Skip to content
This repository was archived by the owner on Apr 21, 2024. It is now read-only.

Commit 6a6410c

Browse files
committed
Add dependabot.yml
1 parent 312c1f7 commit 6a6410c

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
version: 2
3+
4+
updates:
5+
- package-ecosystem: "github-actions"
6+
directory: "/"
7+
schedule:
8+
interval: "weekly"
9+
10+
- package-ecosystem: "maven"
11+
directory: "/"
12+
schedule:
13+
interval: "weekly"
14+
15+
target-branch: "develop"
16+
ignore:
17+
- dependency-name: "*"
18+
update-types: [ "version-update:semver-major" ]

0 commit comments

Comments
 (0)