Skip to content

Commit

Permalink
Merge #674
Browse files Browse the repository at this point in the history
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 <danieleades@hotmail.com>
  • Loading branch information
bors[bot] and danieleades committed Jun 14, 2023
2 parents c81f80b + 0ee343e commit e2447dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily

0 comments on commit e2447dd

Please sign in to comment.