diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2025-12-17 12:47:00 +0100 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2025-12-17 12:55:05 +0100 |
| commit | fc21d3db8c1d95d414c0ae4406309fe7d3c9f9d6 (patch) | |
| tree | 60f85dd0b050289a1c6f26c3c429822426c491e4 | |
| parent | chore: remove FUNDING.yml (diff) | |
| download | nvim-treesitter-fc21d3db8c1d95d414c0ae4406309fe7d3c9f9d6.tar nvim-treesitter-fc21d3db8c1d95d414c0ae4406309fe7d3c9f9d6.tar.gz nvim-treesitter-fc21d3db8c1d95d414c0ae4406309fe7d3c9f9d6.tar.bz2 nvim-treesitter-fc21d3db8c1d95d414c0ae4406309fe7d3c9f9d6.tar.lz nvim-treesitter-fc21d3db8c1d95d414c0ae4406309fe7d3c9f9d6.tar.xz nvim-treesitter-fc21d3db8c1d95d414c0ae4406309fe7d3c9f9d6.tar.zst nvim-treesitter-fc21d3db8c1d95d414c0ae4406309fe7d3c9f9d6.zip | |
ci: add dependabot for GH actions
| -rw-r--r-- | .github/dependabot.yml | 17 | ||||
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 2 |
2 files changed, 18 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..3c14c5874 --- /dev/null +++ b/.github/dependabot.yml @@ -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: ["*"] + diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index d5decb683..e0612af38 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1372,7 +1372,7 @@ return { }, meson = { install_info = { - revision = 'd4fa3c7260d1537ac5183740b9338373a673d5c0', + revision = '280b6e59186f18528bab1567f5cc43b78b9cd881', url = 'https://github.com/tree-sitter-grammars/tree-sitter-meson', }, maintainers = { '@Decodetalkers' }, |
