Skip to content

Commit

Permalink
configure dependabot to update github-actions (Azure#1374)
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Caswell <[email protected]>
  • Loading branch information
demoray and Brian Caswell authored Sep 13, 2023
1 parent cb7c8e5 commit b06278e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: cargo
directory: "/"
directory: /
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: cargo
directory: "/services/autorust"
directory: /services/autorust
schedule:
interval: daily
open-pull-requests-limit: 10

0 comments on commit b06278e

Please sign in to comment.