We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ebc3f9 commit 7b3e140Copy full SHA for 7b3e140
4 files changed
.github/dependabot.yml
@@ -1,7 +1,10 @@
1
-
2
-# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3
version: 2
+enable-beta-ecosystems: true
4
updates:
+ - package-ecosystem: "julia"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "weekly"
8
- package-ecosystem: "github-actions"
9
directory: "/" # Location of package manifests
10
schedule:
.github/workflows/CompatHelper.yml
.github/workflows/ci.yml
@@ -75,3 +75,4 @@ jobs:
75
GKSwstype: nul # Fix for Plots with GR backend.
76
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
77
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
78
+ ANYTHINGLLM_API_KEY: ${{ secrets.ANYTHINGLLM_API_KEY }}
.github/workflows/invalidations.yml
0 commit comments