Skip to content

Commit

Permalink
[skip ci] Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne committed Nov 4, 2023
1 parent 0fa646e commit 55fc3de
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 2
enable-beta-ecosystems: true
updates:
- package-ecosystem: "swift"
directory: "/"
schedule:
interval: "daily"
groups:
dependencies:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
groups:
dependencies:
patterns:
- "*"

0 comments on commit 55fc3de

Please sign in to comment.