Update dependabot config to include tools directory (#265)

* Update dependabot config to include `tools` directory

* Update dependabot.yml

* Update dependabot.yml
This commit is contained in:
Austin Valle 2025-01-13 10:46:00 -05:00 committed by GitHub
parent 3cdbd2dca9
commit 2eaa836f99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,8 +2,14 @@
# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
version: 2
updates:
# Maintain dependencies for Go modules
- package-ecosystem: "gomod"
directory: "/"
schedule:
# Check for updates to Go modules every weekday
interval: "daily"
- package-ecosystem: "gomod"
directory: "/tools"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"