We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96128e2 commit 1ad5bf8Copy full SHA for 1ad5bf8
2 files changed
.github/dependabot.yml
@@ -50,3 +50,5 @@ updates:
50
pre-commit-hooks:
51
patterns:
52
- '*'
53
+ cooldown:
54
+ default-days: 7
.pre-commit-config.yaml
@@ -86,6 +86,11 @@ repos:
86
pass_filenames: true # <-- Crucial change: pass filenames to the script
87
types: [file] # Ensure only regular files are passed, not directories
88
stages: [manual]
89
+ - id: validate-dependabot-yml
90
+ name: Validate dependabot.yml
91
+ entry: npx @bugron/validate-dependabot-yaml@0.3.3
92
+ language: system
93
+ files: ^\.github/dependabot\.yml$
94
- repo: https://github.com/Lucas-C/pre-commit-hooks
95
rev: v1.5.6
96
hooks:
0 commit comments