Skip to content

Commit e2447dd

Browse files
Merge #674
674: add dependabot config r=jswrenn a=danieleades adds dependabot config for bumping github action versions. I've excluded rust dep updates for now, simply because the dev dependencies are out of date, but will require breaking changes to update. Doesn't look like there's anything in CI right now that would catch breaking changes in the dev dependencies, so best to park that for now. Co-authored-by: Daniel Eades <[email protected]>
2 parents c81f80b + 0ee343e commit e2447dd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: "/"
5+
schedule:
6+
interval: daily

0 commit comments

Comments
 (0)