ci: add dependabot for GH actions

This commit is contained in:
Christian Clason 2025-12-17 12:47:00 +01:00 committed by Christian Clason
parent 846c7b50ee
commit fc21d3db8c
2 changed files with 18 additions and 1 deletions

17
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,17 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
cooldown:
default-days: 3
commit-message:
prefix: "ci"
labels:
- "dependencies"
- "github-actions"
groups:
actions:
patterns: ["*"]

View file

@ -1372,7 +1372,7 @@ return {
},
meson = {
install_info = {
revision = 'd4fa3c7260d1537ac5183740b9338373a673d5c0',
revision = '280b6e59186f18528bab1567f5cc43b78b9cd881',
url = 'https://github.com/tree-sitter-grammars/tree-sitter-meson',
},
maintainers = { '@Decodetalkers' },