Skip to content

Commit 2a9c043

Browse files
committed
comment out dependabot till first releasse
1 parent 3e6d60f commit 2a9c043

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

.github/workflows/dependabot.yml

+29-29
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
version: 2
2-
updates:
3-
- package-ecosystem: "cargo"
4-
directory: "/"
5-
schedule:
6-
interval: "weekly"
7-
commit-message:
8-
prefix: "chore(deps)"
9-
include: scope
10-
open-pull-requests-limit: 5
11-
ignore:
12-
# - dependency-name: "example-crate"
13-
# versions: ["< 2.0.0"]
14-
15-
- package-ecosystem: "rust"
16-
directory: "/"
17-
schedule:
18-
interval: "weekly"
19-
commit-message:
20-
prefix: "chore(rust-nightly)"
21-
open-pull-requests-limit: 1
22-
23-
- package-ecosystem: "github-actions"
24-
directory: ".github/workflows"
25-
schedule:
26-
interval: "weekly"
27-
commit-message:
28-
prefix: "chore(actions)"
29-
open-pull-requests-limit: 3
1+
#version: 2
2+
#updates:
3+
# - package-ecosystem: "cargo"
4+
# directory: "/"
5+
# schedule:
6+
# interval: "weekly"
7+
# commit-message:
8+
# prefix: "chore(deps)"
9+
# include: scope
10+
# open-pull-requests-limit: 5
11+
# ignore:
12+
# # - dependency-name: "example-crate"
13+
# # versions: ["< 2.0.0"]
14+
#
15+
# - package-ecosystem: "rust"
16+
# directory: "/"
17+
# schedule:
18+
# interval: "weekly"
19+
# commit-message:
20+
# prefix: "chore(rust-nightly)"
21+
# open-pull-requests-limit: 1
22+
#
23+
# - package-ecosystem: "github-actions"
24+
# directory: ".github/workflows"
25+
# schedule:
26+
# interval: "weekly"
27+
# commit-message:
28+
# prefix: "chore(actions)"
29+
# open-pull-requests-limit: 3

0 commit comments

Comments
 (0)