-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathdependabot.yml
More file actions
46 lines (44 loc) · 1.44 KB
/
dependabot.yml
File metadata and controls
46 lines (44 loc) · 1.44 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
41
42
43
44
45
46
version: 2
# registries: FIXME: disabled, see <https://github.com/JeffersonLab/coatjava/issues/915>
# clas12maven:
# type: maven-repository
# url: https://clasweb.jlab.org/.clas12maven
# jhep:
# type: maven-repository
# url: https://clasweb.jlab.org/.jhep/maven
updates:
- package-ecosystem: "maven"
directory: "/"
cooldown:
default-days: 14
schedule:
interval: "weekly"
commit-message:
prefix: "build(deps)"
ignore:
- dependency-name: "org.jlab:groot" # since version numbers are not in order
- dependency-name: "org.ejml:ejml-simple" # keep version the same as `j4ml:j4ml-clas12:jar:0.9-SNAPSHOT`; see pull requests #636 and #632
- dependency-name: "org.openjfx:javafx-base"
versions: [">= 24"] # version 24 requires JAVA_VERSION 22+
- dependency-name: "org.openjfx:javafx-graphics"
versions: [">= 24"] # version 24 requires JAVA_VERSION 22+
- dependency-name: "org.openjfx:javafx-fxml"
versions: [">= 24"] # version 24 requires JAVA_VERSION 22+
groups:
javafx:
patterns:
- "org.openjfx:javafx-*"
- package-ecosystem: "github-actions"
directory: "/"
cooldown:
default-days: 14
schedule:
interval: "weekly"
commit-message:
prefix: "ci(deps)"
- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "chore(submodule)"