We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9556a25 commit 5fc7d05Copy full SHA for 5fc7d05
.github/dependabot.yml
@@ -4,11 +4,15 @@ updates:
4
directory: "/"
5
schedule:
6
interval: daily
7
- time: "04:00"
8
open-pull-requests-limit: 10
+ 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
16
17
18
0 commit comments