Skip to content

Commit 7b3e140

Browse files
authored
ANYTHINGLLM key and dependabot fixes
1 parent 6ebc3f9 commit 7b3e140

4 files changed

Lines changed: 6 additions & 60 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
2-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
31
version: 2
2+
enable-beta-ecosystems: true
43
updates:
4+
- package-ecosystem: "julia"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
58
- package-ecosystem: "github-actions"
69
directory: "/" # Location of package manifests
710
schedule:

.github/workflows/CompatHelper.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,4 @@ jobs:
7575
GKSwstype: nul # Fix for Plots with GR backend.
7676
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7777
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
78+
ANYTHINGLLM_API_KEY: ${{ secrets.ANYTHINGLLM_API_KEY }}

.github/workflows/invalidations.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)