Skip to content

Commit 4758d9b

Browse files
ci: disable auto updating github actions (#8)
Disable updating GitHub actions automatically because the workflows are generated using `cargo dist`
1 parent 5cd02ad commit 4758d9b

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,3 @@ updates:
2222
applies-to: version-updates
2323
patterns:
2424
- "*"
25-
26-
# Enable version updates for GitHub Actions
27-
- package-ecosystem: "github-actions"
28-
directory: "/"
29-
schedule:
30-
interval: "weekly"
31-
day: "monday"
32-
time: "09:00"
33-
open-pull-requests-limit: 5
34-
commit-message:
35-
prefix: "chore(deps)"
36-
labels:
37-
- "dependencies"

0 commit comments

Comments
 (0)