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

Commit f06add1

Browse files
authored
Create dependabot.yml
1 parent bdbf5ef commit f06add1

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/dependabot.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
# Run it at a specific time so that we don't get emails all day long
8+
time: "00:00"
9+
open-pull-requests-limit: 10
10+
ignore:
11+
- dependency-name: "*"
12+
# GitHub actions are using git tags (v1 = v1.2 = v1.2.3) which should be compatible until a major change is performed
13+
update-types:
14+
- "version-update:semver-minor"
15+
- "version-update:semver-patch"
16+
- package-ecosystem: maven
17+
directory: "/"
18+
schedule:
19+
interval: daily
20+
# Run it at a specific time so that we don't get emails all day long
21+
time: "00:00"
22+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)