We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 879ff6d commit f671683Copy full SHA for f671683
2 files changed
.github/dependabot.yml
@@ -5,10 +5,12 @@
5
6
version: 2
7
updates:
8
- - package-ecosystem: github-actions # See documentation for possible values
9
- directory: / # Location of package manifests
+ - package-ecosystem: github-actions
+ directory: /
10
labels:
11
- dependencies
12
- github-actions
13
schedule:
14
- interval: weekly
+ interval: daily
15
+ cooldown:
16
+ default-days: 7
.github/workflows/Process-PSModule.yml
@@ -27,6 +27,6 @@ permissions:
27
28
jobs:
29
Process-PSModule:
30
- uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@v5
+ uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@be7d5dcbceec14855d325fdd34f2a7c2f05a7f57 # v5.4.1
31
secrets:
32
APIKEY: ${{ secrets.APIKEY }}
0 commit comments