mirror of
https://github.com/getpelican/pelican.git
synced 2026-05-28 15:58:22 +02:00
Perhaps the "right" way to do this is to delete the dependabot.yml file entirely ¯\_(ツ)_/¯
10 lines
286 B
YAML
10 lines
286 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"
|
|
open-pull-requests-limit: 0
|