forked from rabbitmq/rabbitmq-java-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependabot.yml
More file actions
40 lines (40 loc) · 1.25 KB
/
dependabot.yml
File metadata and controls
40 lines (40 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 20
target-branch: "main"
ignore:
- dependency-name: "org.eclipse.jetty:jetty-servlet"
versions: [ "[10.0,)" ]
- dependency-name: "org.slf4j:slf4j-api"
versions: [ "[2.0,)" ]
- dependency-name: "ch.qos.logback:logback-classic"
versions: [ "[1.3,)" ]
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 20
target-branch: "5.x.x-stable"
ignore:
- dependency-name: "org.eclipse.jetty:jetty-servlet"
versions: ["[10.0,)"]
- dependency-name: "org.slf4j:slf4j-api"
versions: [ "[2.0,)" ]
- dependency-name: "ch.qos.logback:logback-classic"
versions: [ "[1.3,)" ]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
target-branch: "main"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
target-branch: "5.x.x-stable"