We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbd958c commit 7884003Copy full SHA for 7884003
.github/dependabot.yml
@@ -1,5 +1,11 @@
1
version: 2
2
updates:
3
+
4
+ - package-ecosystem: "github-actions"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "weekly"
8
9
- package-ecosystem: "gitsubmodule"
10
directory: "/"
11
schedule:
.github/workflows/cirque.yaml
@@ -97,7 +97,7 @@ jobs:
97
-- scripts/tests/cirque_tests.sh bootstrap
98
- name: Artifact suffix
99
id: outsuffix
100
- uses: haya14busa/action-cond@v1.0.0
+ uses: haya14busa/action-cond@v1
101
if: ${{ !env.ACT }}
102
with:
103
cond: ${{ github.event.pull_request.number == '' }}
0 commit comments