Skip to content

Commit 4bad11b

Browse files
committed
[SKIP CI] update dependabot.yml to ignore openapi-generator updates
1 parent 8f428c0 commit 4bad11b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,10 @@ updates:
55
open-pull-requests-limit: 10
66
schedule:
77
interval: "weekly"
8+
ignore:
9+
- dependency-name: org.openapi.generator
10+
versions:
11+
- '>= 7.5.0'
12+
- dependency-name: org.openapitools:openapi-generator-gradle-plugin
13+
versions:
14+
- '>= 7.5.0'

0 commit comments

Comments
 (0)