Mercurial > p > roundup > code
comparison .github/dependabot.yml @ 7142:b486a5848cea
add dependabot to github actions as well.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 15 Feb 2023 12:04:14 -0500 |
| parents | 00a47d4addc9 |
| children | 4e0665238617 |
comparison
equal
deleted
inserted
replaced
| 7141:563f5327c5b5 | 7142:b486a5848cea |
|---|---|
| 9 updates: | 9 updates: |
| 10 - package-ecosystem: "pip" | 10 - package-ecosystem: "pip" |
| 11 directory: "/" # Location of package manifests | 11 directory: "/" # Location of package manifests |
| 12 schedule: | 12 schedule: |
| 13 interval: "weekly" | 13 interval: "weekly" |
| 14 | |
| 15 - package-ecosystem: "github-actions" | |
| 16 # Workflow files stored in the | |
| 17 # default location of `.github/workflows` | |
| 18 directory: "/" | |
| 19 schedule: | |
| 20 interval: "weekly" |
