-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathdependabot.yml
More file actions
38 lines (36 loc) · 1.27 KB
/
dependabot.yml
File metadata and controls
38 lines (36 loc) · 1.27 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
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: "/"
schedule:
interval: "weekly"
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: "/"
schedule:
interval: "weekly"
- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "chore(submodule)"