Skip to content

Commit 57cc986

Browse files
bors[bot]rursprung
andauthored
Merge #675
675: enable GitHub Dependabot r=AfoHT a=rursprung this ensures that the dependencies are kept up to date. see [the docs][] for further information. [the docs]: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates Co-authored-by: Ralph Ursprung <[email protected]>
2 parents 4d7aeaf + 7848190 commit 57cc986

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
- package-ecosystem: "cargo"
8+
directory: "/"
9+
schedule:
10+
interval: "weekly"

0 commit comments

Comments
 (0)