mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Limit Dependabot scope to GitHub Actions only
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.
This commit is contained in:
parent
9e3e1325c0
commit
ff4460c3d7
1 changed files with 1 additions and 6 deletions
7
.github/dependabot.yml
vendored
7
.github/dependabot.yml
vendored
|
|
@ -1,13 +1,8 @@
|
||||||
# See https://docs.github.com/en/free-pro-team@latest/
|
# See https://docs.github.com/en/free-pro-team@latest/
|
||||||
# github/administering-a-repository/enabling-and-disabling-version-updates
|
# github/administering-a-repository/enabling-and-disabling-version-updates
|
||||||
|
---
|
||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "pip"
|
|
||||||
directory: "/"
|
|
||||||
schedule:
|
|
||||||
interval: "monthly"
|
|
||||||
open-pull-requests-limit: 10
|
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue