1 parent f090f17 commit 06eb255Copy full SHA for 06eb255
1 file changed
.github/dependabot.yml
@@ -6,7 +6,11 @@ updates:
6
schedule:
7
interval: "daily"
8
open-pull-requests-limit: 10
9
- update-types: ["version-update:semver-patch", "version-update:semver-minor", "version-update:semver-major"]
+
10
+ allow:
11
+ - dependency-name: '*'
12
+ update-types:
13
+ - "version-update:semver-patch"
14
15
# Scan Java dependencies (Maven)
16
- package-ecosystem: "maven"
0 commit comments