forked from github/pelican
Configure Dependabot to send automated PRs to update the version numbers in `.github/workflows/*.yml` when new versions of actions are released. See: https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
14 lines
372 B
YAML
14 lines
372 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: "pip"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
open-pull-requests-limit: 10
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|