There was an error while loading. Please reload this page.
1 parent c4170c2 commit c2d6621Copy full SHA for c2d6621
2 files changed
.github/dependabot.yml
@@ -16,3 +16,5 @@ updates:
16
schedule:
17
interval: "daily"
18
versioning-strategy: increase-if-necessary
19
+ cooldown:
20
+ default-days: 7
.github/workflows/zizmor.yml
@@ -14,8 +14,8 @@ on:
14
- '.github/**.yaml'
15
permissions:
- actions: read
- contents: read
+ actions: read # Required by zizmor when reading workflow metadata through the API.
+ contents: read # Required to read workflow files.
jobs:
21
zizmor:
0 commit comments