Skip to content

Commit 18c4270

Browse files
authored
Merge pull request #1216 from quickfix-j/chrjohn-dependabot-mina
Update dependabot.yml to ignore specific Maven dependency
2 parents 94cd393 + 8de9357 commit 18c4270

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@
33

44
version: 2
55
updates:
6-
- package-ecosystem: "maven" # See documentation for possible values
7-
directory: "/" # Location of package manifests
6+
- package-ecosystem: "maven"
7+
directory: "/"
88
schedule:
99
interval: "daily"
1010
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
1114
- package-ecosystem: "github-actions"
1215
directory: "/"
1316
schedule:
14-
# Check for updates to GitHub Actions every weekday
1517
interval: "daily"
1618
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)