We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff7ec1f commit 41b690eCopy full SHA for 41b690e
.github/dependabot.yml
@@ -14,3 +14,9 @@ updates:
14
directory: "/"
15
schedule:
16
interval: "weekly"
17
+
18
+- package-ecosystem: "swift"
19
+ directories:
20
+ - "/.github/dependabot-mintfile/**/"
21
+ schedule:
22
+ interval: "weekly"
.github/workflows/CI-Dependabot.yml
@@ -29,6 +29,12 @@ jobs:
29
with:
30
swift: ${{ matrix.swift }}
31
os: ${{ matrix.os }}
32
33
+ - name: "Update Mintfile"
34
+ run: |
35
+ swift .github/dependabot-mintfile/MintfileBuilder.swift
36
+ git add Mintfile
37
38
- name: "Sync code base"
39
env:
40
PR_URL: ${{ github.event.pull_request.html_url }}
0 commit comments