Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit a1c80ba

Browse files
authored
Create dependabot.yml
1 parent 6fe5ad2 commit a1c80ba

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/dependabot.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
open-pull-requests-limit: 10
8+
ignore:
9+
- dependency-name: "*"
10+
# GitHub actions are using git tags (v1 = v1.2 = v1.2.3) which should be compatible until a major change is performed
11+
update-types:
12+
- "version-update:semver-minor"
13+
- "version-update:semver-patch"
14+
- package-ecosystem: maven
15+
directory: "/"
16+
schedule:
17+
interval: daily
18+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)