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.
2 parents 1d71709 + 78fbb31 commit 84967a0Copy full SHA for 84967a0
.github/dependabot.yml
@@ -1,5 +1,6 @@
1
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
2
version: 2
3
+enable-beta-ecosystems: true # Julia ecosystem
4
updates:
5
- package-ecosystem: "github-actions"
6
directory: "/" # Location of package manifests
@@ -8,3 +9,13 @@ updates:
8
9
ignore:
10
- dependency-name: "crate-ci/typos"
11
update-types: ["version-update:semver-patch", "version-update:semver-minor"]
12
+ - package-ecosystem: "julia"
13
+ directories:
14
+ - "/"
15
+ - "/test"
16
+ schedule:
17
+ interval: "daily"
18
+ groups:
19
+ all-julia-packages:
20
+ patterns:
21
+ - "*"
.github/workflows/CompatHelper.yml
0 commit comments