Skip to content

Commit 47a11c9

Browse files
authored
Merge pull request #447 from rust-osdev/update-next-with-master
Update `next` branch with latest changes from `master`
2 parents ed4b978 + c34c84a commit 47a11c9

28 files changed

+1566
-320
lines changed

.github/dependabot.yml

+10
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+
ignore:
8+
- dependency-name: "*"
9+
update-types:
10+
["version-update:semver-minor", "version-update:semver-patch"]

0 commit comments

Comments
 (0)