Skip to content

Commit 47042f4

Browse files
committed
Add Dependabot config
Configure Dependabot to monitor Swift Package Manager and GitHub Actions weekly with PR limits
1 parent 80e5440 commit 47042f4

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
updates:
3+
# Swift Package Manager dependencies
4+
- package-ecosystem: "swift"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
open-pull-requests-limit: 10
9+
10+
# GitHub Actions
11+
- package-ecosystem: "github-actions"
12+
directory: "/"
13+
schedule:
14+
interval: "weekly"
15+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)