diff options
| author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-03-25 11:38:30 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-25 11:38:30 +0700 |
| commit | 52415d6bbf462a14647392857ea637adc753c056 (patch) | |
| tree | 3fbd27fb21e4f920dd2e1d130594a1a91ab9dd12 /.github | |
| parent | fix: register workspace before attaching to buffer (#2525) (diff) | |
| download | nvim-lspconfig-52415d6bbf462a14647392857ea637adc753c056.tar nvim-lspconfig-52415d6bbf462a14647392857ea637adc753c056.tar.gz nvim-lspconfig-52415d6bbf462a14647392857ea637adc753c056.tar.bz2 nvim-lspconfig-52415d6bbf462a14647392857ea637adc753c056.tar.lz nvim-lspconfig-52415d6bbf462a14647392857ea637adc753c056.tar.xz nvim-lspconfig-52415d6bbf462a14647392857ea637adc753c056.tar.zst nvim-lspconfig-52415d6bbf462a14647392857ea637adc753c056.zip | |
ci: add dependabot to bump github action versions
Diffstat (limited to '.github')
| -rw-r--r-- | .github/dependabot.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..e96fd528 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + commit-message: + prefix: "ci" |
