mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-23 13:24:19 +02:00
dependabot.yml: check for package updates monthly (#8975)
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
This commit is contained in:
parent
4d81324f59
commit
982c13d862
1 changed files with 18 additions and 0 deletions
18
.github/dependabot.yml
vendored
Normal file
18
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "monthly"
|
||||||
|
- package-ecosystem: "npm"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "monthly"
|
||||||
|
- package-ecosystem: "pip"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "monthly"
|
||||||
|
- package-ecosystem: "pip"
|
||||||
|
directory: "/scripts/pdf"
|
||||||
|
schedule:
|
||||||
|
interval: "monthly"
|
Loading…
Add table
Reference in a new issue