add dependabot (#7752)

* Create dependabot.yml

* Update dependabot.yml
This commit is contained in:
Trent Bartlem 2025-01-08 00:58:29 +10:00 committed by GitHub
parent a96aad1fda
commit b73d3866b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

18
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,18 @@
version: 2
updates:
# Only care about major updates to github actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
ignore: # Only suggest major updates for built-in actions
- dependency-name: "github/*"
update-types: ["version-update:semver-patch", "version-update:semver-minor"]
- dependency-name: "actions/*"
update-types: ["version-update:semver-patch", "version-update:semver-minor"]
# Docker dependencies
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "monthly"
# no support for c/cpp