Skip to content

Commit bc18187

Browse files
author
toasteater
committed
Actually actually set up dependabot
Dependabot encountered the following error: This project is part of a Rust workspace but is not the workspace root. Please update your settings so Dependabot points at the workspace root instead of /gdnative-derive
1 parent 900b83b commit bc18187

File tree

1 file changed

+1
-29
lines changed

1 file changed

+1
-29
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,6 @@
11
version: 2
22
updates:
33
- package-ecosystem: "cargo"
4-
directory: "/gdnative"
5-
schedule:
6-
interval: "daily"
7-
- package-ecosystem: "cargo"
8-
directory: "/gdnative-bindings"
9-
schedule:
10-
interval: "daily"
11-
- package-ecosystem: "cargo"
12-
directory: "/gdnative-core"
13-
schedule:
14-
interval: "daily"
15-
- package-ecosystem: "cargo"
16-
directory: "/gdnative-derive"
17-
schedule:
18-
interval: "daily"
19-
- package-ecosystem: "cargo"
20-
directory: "/gdnative-sys"
21-
schedule:
22-
interval: "daily"
23-
- package-ecosystem: "cargo"
24-
directory: "/bindings_generator"
25-
schedule:
26-
interval: "daily"
27-
- package-ecosystem: "cargo"
28-
directory: "/impl/proc-macros"
29-
schedule:
30-
interval: "daily"
31-
- package-ecosystem: "cargo"
32-
directory: "/test"
4+
directory: "/"
335
schedule:
346
interval: "daily"

0 commit comments

Comments
 (0)