forked from wildfly/wildfly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdependabot.yml
36 lines (35 loc) · 1.25 KB
/
dependabot.yml
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
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
registries:
maven-central:
type: maven-repository
url: https://repo.maven.apache.org/maven2/
jboss-public-repository-group:
type: maven-repository
url: https://repository.jboss.org/nexus/content/groups/public/
updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "daily"
ignore:
# Only allow for patch release upgrades
- dependency-name: '*'
update-types: ['version-update:semver-major', 'version-update:semver-minor']
# Dependencies exclusive to Hibernate Search:
# we'll only upgrade those when we upgrade to a newer version of Hibernate Search.
- dependency-name: 'org.elasticsearch.client:*'
- dependency-name: 'org.apache.lucene:*'
- dependency-name: 'com.carrotsearch:hppc'
- dependency-name: 'org.apache.avro:avro'
rebase-strategy: "disabled"
open-pull-requests-limit: 10
registries:
- maven-central
- jboss-public-repository-group
- package-ecosystem: "github-actions"
# Workflow files stored in the
# default location of `.github/workflows`
directory: "/"
schedule:
interval: "daily"