Skip to content

Commit 30ff12f

Browse files
c-dilkstongtongcao
authored andcommitted
build(deps): disable clasweb registry for dependabot (#948)
- see #915
1 parent 2eaab9c commit 30ff12f

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
11
version: 2
22

3-
registries:
4-
clas12maven:
5-
type: maven-repository
6-
url: https://clasweb.jlab.org/clas12maven
7-
jhep:
8-
type: maven-repository
9-
url: https://clasweb.jlab.org/jhep/maven
3+
# registries: FIXME: disabled, see <https://github.com/JeffersonLab/coatjava/issues/915>
4+
# clas12maven:
5+
# type: maven-repository
6+
# url: https://clasweb.jlab.org/.clas12maven
7+
# jhep:
8+
# type: maven-repository
9+
# url: https://clasweb.jlab.org/.jhep/maven
1010

1111
updates:
1212
- package-ecosystem: "maven"
1313
directory: "/"
1414
schedule:
1515
interval: "weekly"
16-
registries:
17-
- clas12maven
18-
- jhep
1916
ignore:
2017
- dependency-name: "org.jlab:groot" # since version numbers are not in order
2118
- dependency-name: "org.ejml:ejml-simple" # keep version the same as `j4ml:j4ml-clas12:jar:0.9-SNAPSHOT`; see pull requests #636 and #632

0 commit comments

Comments
 (0)