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