ci: add release-please workflow (#1892)

Closes https://github.com/nvim-tree/nvim-tree.lua/issues/1881
This commit is contained in:
gegoune
2023-01-07 11:29:21 +01:00
committed by GitHub
parent f43f3110a5
commit 92a0802b88
2 changed files with 38 additions and 0 deletions

8
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
reviewers:
- "gegoune"