We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 94cd393 + 8de9357 commit 18c4270Copy full SHA for 18c4270
1 file changed
.github/dependabot.yml
@@ -3,14 +3,16 @@
3
4
version: 2
5
updates:
6
- - package-ecosystem: "maven" # See documentation for possible values
7
- directory: "/" # Location of package manifests
+ - package-ecosystem: "maven"
+ directory: "/"
8
schedule:
9
interval: "daily"
10
open-pull-requests-limit: 10
11
+ ignore:
12
+ - dependency-name: "org.apache.mina:mina-core"
13
+ versions: ["<= 2.2.4"] # Override the stale PR-comment ignore; allow any 2.2.5+ security fix
14
- package-ecosystem: "github-actions"
15
directory: "/"
16
- # Check for updates to GitHub Actions every weekday
17
18
0 commit comments