mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
chore: update dependabot.yml
This commit is contained in:
parent
4b71c2ba07
commit
47d611b098
9
.github/dependabot.yml
vendored
9
.github/dependabot.yml
vendored
|
@ -8,16 +8,9 @@ updates:
|
|||
schedule:
|
||||
interval: "daily"
|
||||
|
||||
# Maintain dependencies for npm
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
target-branch: "main"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
|
||||
# Maintain dependencies for Go modules
|
||||
- package-ecosystem: "gomod"
|
||||
directory: "/"
|
||||
directory: "/src"
|
||||
target-branch: "main"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
|
|
Loading…
Reference in a new issue