mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Sometimes we intentionally pin specific package versions -- such as for Pygments, Jinja2, and Markdown -- and thus automated Dependabot PRs for those packages are spurious and unwanted.
9 lines
254 B
YAML
9 lines
254 B
YAML
# See https://docs.github.com/en/free-pro-team@latest/
|
|
# github/administering-a-repository/enabling-and-disabling-version-updates
|
|
---
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|