|
| 1 | +# To get started with Dependabot version updates, you'll need to specify which |
| 2 | +# package ecosystems to update and where the package manifests are located. |
| 3 | +# Please see the documentation for all configuration options: |
| 4 | +# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates |
| 5 | + |
| 6 | +version: 2 |
| 7 | +updates: |
| 8 | + # Maintain dependencies for GitHub Actions |
| 9 | + - package-ecosystem: "github-actions" |
| 10 | + directory: "/" |
| 11 | + schedule: |
| 12 | + interval: "daily" |
| 13 | + |
| 14 | + - package-ecosystem: "pip" # See documentation for possible values |
| 15 | + directory: "/" # Location of package manifests |
| 16 | + schedule: |
| 17 | + interval: "daily" |
| 18 | + # Add labels on version updates |
| 19 | + labels: |
| 20 | + - "pip dependencies" |
| 21 | + |
| 22 | + # Include a list of updated dependencies |
| 23 | + # with a prefix determined by the dependency group |
| 24 | + commit-message: |
| 25 | + prefix: "pip prod" |
| 26 | + prefix-development: "pip dev" |
| 27 | + include: "scope" |
0 commit comments