Skip to content

Commit

Permalink
add dependabot (#7752)
Browse files Browse the repository at this point in the history
* Create dependabot.yml

* Update dependabot.yml
  • Loading branch information
TrentBartlem authored Jan 7, 2025
1 parent a96aad1 commit b73d386
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b73d386

Please sign in to comment.