haskell-language-server/.github/dependabot.yml
Lei Zhu d34d774557
Monitor actions/setup-build/action.yaml (#3592)
* Monitor actions/setup-build/action.yaml

* Update .github/dependabot.yml

Co-authored-by: fendor <fendor@users.noreply.github.com>

---------

Co-authored-by: fendor <fendor@users.noreply.github.com>
Co-authored-by: Michael Peyton Jones <me@michaelpj.com>
2023-05-16 17:54:33 +00:00

17 lines
557 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"
- package-ecosystem: "github-actions"
directory: ".github/actions/setup-build"
schedule:
interval: "weekly"