Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit d6fe76e

Browse files
committed
Merged main & added action to check for new versions of github actions.
1 parent 95b61dd commit d6fe76e

File tree

2 files changed

+29
-25
lines changed

2 files changed

+29
-25
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "cargo"
3+
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
66
interval: "daily"
7+
8+
- package-ecosystem: "cargo"
9+
directory: "/"
10+
schedule:
11+
interval: "daily"

Cargo.lock

Lines changed: 23 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)