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 f1d449c + 96cab01 commit 9b50f4eCopy full SHA for 9b50f4e
2 files changed
.github/dependabot.yml
@@ -1,10 +1,22 @@
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
7
schedule:
8
interval: "weekly"
9
ignore:
10
- dependency-name: "crate-ci/typos"
- update-types: ["version-update:semver-patch", "version-update:semver-minor"]
11
+ update-types: ["version-update:semver-patch", "version-update:semver-minor"]
12
+ - package-ecosystem: "julia"
13
+ directories:
14
+ - "/"
15
+ - "/docs"
16
+ - "/test"
17
+ schedule:
18
+ interval: "daily"
19
+ groups:
20
+ all-julia-packages:
21
+ patterns:
22
+ - "*"
.github/workflows/CompatHelper.yml
0 commit comments