mirror of
https://github.com/beautifier/js-beautify.git
synced 2024-11-26 22:20:56 +00:00
Update dependabot.yml
This commit is contained in:
parent
538a59f970
commit
730ced41fc
3
.github/dependabot.yml
vendored
3
.github/dependabot.yml
vendored
@ -7,16 +7,19 @@ version: 2
|
||||
updates:
|
||||
- package-ecosystem: "npm" # See documentation for possible values
|
||||
directory: "/" # Location of package manifests
|
||||
rebase-strategy: "disabled"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
open-pull-requests-limit: 15
|
||||
- package-ecosystem: "pip" # See documentation for possible values
|
||||
directory: "/python" # Location of package manifests
|
||||
rebase-strategy: "disabled"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
open-pull-requests-limit: 15
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
rebase-strategy: "disabled"
|
||||
schedule:
|
||||
# Check for updates to GitHub Actions every week
|
||||
interval: "weekly"
|
||||
|
Loading…
Reference in New Issue
Block a user