mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-28 18:20:42 +00:00
build: set dependabot to monthly updates and ignore schematics
This commit is contained in:
parent
389c35c1cd
commit
3f321c18fc
1 changed files with 7 additions and 8 deletions
15
.github/dependabot.yml
vendored
15
.github/dependabot.yml
vendored
|
|
@ -5,12 +5,11 @@
|
|||
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "npm" # See documentation for possible values
|
||||
directory: "/" # Location of package manifests
|
||||
- package-ecosystem: 'npm' # See documentation for possible values
|
||||
directory: '/' # Location of package manifests
|
||||
schedule:
|
||||
interval: "daily"
|
||||
|
||||
- package-ecosystem: "npm" # See documentation for possible values
|
||||
directory: "/tools/schematics/" # Location of package manifests
|
||||
schedule:
|
||||
interval: "daily"
|
||||
interval: 'monthly'
|
||||
# - package-ecosystem: "npm" # See documentation for possible values
|
||||
# directory: "/tools/schematics/" # Location of package manifests
|
||||
# schedule:
|
||||
# interval: "monthly"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue