Mercurial > p > roundup > code
changeset 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 | 563f5327c5b5 |
| children | 1be1eedbf593 |
| files | .github/dependabot.yml |
| diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
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"
