haskell-language-server/.github/dependabot.yml
Anton Latukha bca2cc97f2
add dependabot: add Actions CI merge requests automation (#2339)
Dependabot would send merge requests
[like these](haskell-nix/hnix-store#169)

Co-authored-by: Javier Neira <atreyu.bbb@gmail.com>
2021-11-10 23:56:06 +00:00

12 lines
432 B
YAML

version: 2
updates:
# NOTE: Dependabot official configuration documentation:
# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates#package-ecosystem
# Maintain dependencies for internal GitHub Actions CI for pull requests
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"