Skip to content

Commit

Permalink
Add submodule to automatic dependabot updates
Browse files Browse the repository at this point in the history
  • Loading branch information
adamus1red committed Oct 18, 2024
1 parent 76b8636 commit f6695e5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,20 @@ updates:
directory: "/"
schedule:
interval: "daily"
commit-message:
# Prefix all commit messages with "npm: "
prefix: "[GHA] "
- package-ecosystem: "docker" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
commit-message:
# Prefix all commit messages with "npm: "
prefix: "[Docker] "
- package-ecosystem: "gitsubmodule"
directory: "/" # Location of package manifests
schedule:
interval: "daily"
commit-message:
# Prefix all commit messages with "npm: "
prefix: "[HOPM] "

0 comments on commit f6695e5

Please sign in to comment.