We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ec5f97 commit 693128aCopy full SHA for 693128a
.github/dependabot.yaml
@@ -1,7 +1,10 @@
1
# -*- coding: utf-8 -*-
2
version: 2
3
updates:
4
- - package-ecosystem: "github-actions"
5
- directory: "/"
+ - package-ecosystem: github-actions
+ directory: /
6
schedule:
7
- interval: "weekly"
+ interval: monthly
8
+ groups:
9
+ all:
10
+ dependency-type: production
.github/workflows/cicd.yaml
@@ -201,8 +201,9 @@ jobs:
201
##
202
CodeCov:
203
if: |
204
- (success() && github.actor == 'btschwertfeger')
205
- && (github.event_name == 'push' || github.event_name == 'release')
+ success()
+ && github.actor == 'btschwertfeger'
206
+ && github.event_name != 'schedule'
207
needs:
208
- Test-Spot-Public
209
- Test-Spot-Private
0 commit comments