diff options
| author | Bernát Gábor <gaborjbernat@gmail.com> | 2022-06-10 16:04:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-10 16:04:59 +0100 |
| commit | 6775545e95a4e48be9aed78c4ecfed9fc23a0326 (patch) | |
| tree | f9345ef29bdc692e27100627e931c07a4c552f76 | |
| parent | 2c92fb0656d1c261a21d8285abd9f824e75ba46a (diff) | |
| download | virtualenv-6775545e95a4e48be9aed78c4ecfed9fc23a0326.tar.gz | |
Add dependabot (#2355)
| -rw-r--r-- | .github/dependabot.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..1230149 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" |
