mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add dependabot checking (#5)
This commit is contained in:
parent
657ad64f49
commit
8c7c29e4f2
1 changed files with 10 additions and 0 deletions
10
.github/dependabot.yml
vendored
Normal file
10
.github/dependabot.yml
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
# See https://docs.github.com/en/free-pro-team@latest/
|
||||||
|
# github/administering-a-repository/enabling-and-disabling-version-updates
|
||||||
|
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "pip"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "monthly"
|
||||||
|
open-pull-requests-limit: 10
|
||||||
Loading…
Add table
Add a link
Reference in a new issue