We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83e611f commit 34c3664Copy full SHA for 34c3664
1 file changed
.github/dependabot.yml
@@ -9,13 +9,21 @@ updates:
9
directory: "/" # Location of package manifests
10
schedule:
11
interval: "monthly"
12
+ groups:
13
+ plugins:
14
+ patterns:
15
+ - "*:*-plugins"
16
ignore:
17
- dependency-name: "org.apache.maven.plugins:*"
- versions: ["[4.x,)"]
18
+ versions: ["[4.x,)"] # These are for Maven 4
19
- dependency-name: "*"
- update-types: ["version-update:semver-major"]
20
+ update-types: ["version-update:semver-major"] # No MRs for major versions
21
open-pull-requests-limit: 100
22
- package-ecosystem: "github-actions" # See documentation for possible values
23
24
25
26
27
+ github-actions:
28
29
+ - "*"
0 commit comments