Skip to content

Commit 41b690e

Browse files
committed
Use swift .github/dependabot-mintfile/MintfileBuilder.swift
1 parent ff7ec1f commit 41b690e

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,9 @@ updates:
1414
directory: "/"
1515
schedule:
1616
interval: "weekly"
17+
18+
- package-ecosystem: "swift"
19+
directories:
20+
- "/.github/dependabot-mintfile/**/"
21+
schedule:
22+
interval: "weekly"

.github/workflows/CI-Dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ jobs:
2929
with:
3030
swift: ${{ matrix.swift }}
3131
os: ${{ matrix.os }}
32+
33+
- name: "Update Mintfile"
34+
run: |
35+
swift .github/dependabot-mintfile/MintfileBuilder.swift
36+
git add Mintfile
37+
3238
- name: "Sync code base"
3339
env:
3440
PR_URL: ${{ github.event.pull_request.html_url }}

0 commit comments

Comments
 (0)