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 authored Oct 18, 2023
1 parent b476669 commit 6c57b7c
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: "github-actions"
directory: "/"
schedule:
interval: "daily"
groups:
dependencies:
patterns:
- "*"
- package-ecosystem: "swift"
directory: "/"
schedule:
interval: "daily"
groups:
dependencies:
patterns:
- "*"

0 comments on commit 6c57b7c

Please sign in to comment.