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.
2 parents 4329f43 + 139d9b1 commit e50b4b6Copy full SHA for e50b4b6
1 file changed
.github/dependabot.yml
@@ -8,6 +8,9 @@ updates:
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
0 commit comments