This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new 23b8a904ed [CI] Refactor validate-dependabot-yaml hook to use language
node (#2819)
23b8a904ed is described below
commit 23b8a904ed88f8317ff9b8e71baec206ec80a61c
Author: John Bampton <[email protected]>
AuthorDate: Wed Apr 1 07:49:33 2026 +1000
[CI] Refactor validate-dependabot-yaml hook to use language node (#2819)
---
.pre-commit-config.yaml | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 8a201ea428..bd144cd19f 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -87,9 +87,11 @@ repos:
types: [file] # Ensure only regular files are passed, not directories
stages: [manual]
- id: validate-dependabot-yml
- name: Validate dependabot.yml
- entry: npx @bugron/[email protected]
- language: system
+ name: validate dependabot.yml
+ description: ensures the dependabot config file is valid
+ entry: validate-dependabot-yaml
+ language: node
+ additional_dependencies: ['@bugron/[email protected]']
files: ^\.github/dependabot\.yml$
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.6