mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
ci: add dependabot for GH actions
This commit is contained in:
parent
846c7b50ee
commit
fc21d3db8c
2 changed files with 18 additions and 1 deletions
17
.github/dependabot.yml
vendored
Normal file
17
.github/dependabot.yml
vendored
Normal 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: ["*"]
|
||||||
|
|
||||||
|
|
@ -1372,7 +1372,7 @@ return {
|
||||||
},
|
},
|
||||||
meson = {
|
meson = {
|
||||||
install_info = {
|
install_info = {
|
||||||
revision = 'd4fa3c7260d1537ac5183740b9338373a673d5c0',
|
revision = '280b6e59186f18528bab1567f5cc43b78b9cd881',
|
||||||
url = 'https://github.com/tree-sitter-grammars/tree-sitter-meson',
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-meson',
|
||||||
},
|
},
|
||||||
maintainers = { '@Decodetalkers' },
|
maintainers = { '@Decodetalkers' },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue