Mercurial > p > roundup > code
diff .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 |
line wrap: on
line diff
--- a/.github/dependabot.yml Wed Feb 15 12:03:35 2023 -0500 +++ b/.github/dependabot.yml Wed Feb 15 12:04:14 2023 -0500 @@ -11,3 +11,10 @@ directory: "/" # Location of package manifests schedule: interval: "weekly" + + - package-ecosystem: "github-actions" + # Workflow files stored in the + # default location of `.github/workflows` + directory: "/" + schedule: + interval: "weekly"
