Skip to content

Commit

Permalink
Merge branch 'main' into fix-nested-extend-with-sugar
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne authored Dec 8, 2023
2 parents 15fe599 + b3ee851 commit 4333f41
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
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"
open-pull-requests-limit: 6
allow:
- dependency-type: all
groups:
all-dependencies:
patterns:
- "*"

0 comments on commit 4333f41

Please sign in to comment.