We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa218ed commit 9a895caCopy full SHA for 9a895ca
.github/dependabot.yml
@@ -13,6 +13,8 @@ updates:
13
directory: "/"
14
schedule:
15
interval: "weekly"
16
+ commit-message:
17
+ prefix: "build(deps)"
18
ignore:
19
- dependency-name: "org.jlab:groot" # since version numbers are not in order
20
- dependency-name: "org.ejml:ejml-simple" # keep version the same as `j4ml:j4ml-clas12:jar:0.9-SNAPSHOT`; see pull requests #636 and #632
@@ -30,6 +32,8 @@ updates:
30
32
31
33
34
35
36
+ prefix: "ci(deps)"
37
- package-ecosystem: "gitsubmodule"
38
39
0 commit comments