Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit 9730af2

Browse files
authored
Merge pull request #105 from FalkorDB/gkorland-patch-1
update .github/dependabot.yml
2 parents 9d21bb8 + f5aa7fa commit 9730af2

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
16
version: 2
27
updates:
3-
- package-ecosystem: "pip" # See documentation for possible values
4-
directory: "/" # Location of package manifests
8+
- package-ecosystem: "uv"
9+
directory: "/"
510
schedule:
611
interval: "daily"
712
target-branch: "staging"
13+
14+
- package-ecosystem: "github-actions"
15+
directory: "/"
16+
schedule:
17+
interval: "weekly"
18+
target-branch: "staging"

0 commit comments

Comments
 (0)