diff options
author | Valery Piashchynski <[email protected]> | 2021-03-09 20:40:25 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-09 20:40:25 +0300 |
commit | f47028a810ffcbf0f30e3c0151649e7670cdc8ed (patch) | |
tree | 08a017068413f9584c5e335ce4d265294cef7af0 /.github/dependabot.yml | |
parent | 0a355178427814cbf91726d8295d2aa208e8de13 (diff) | |
parent | a1a773f2fe774b4517125656a4533ec35d7fa8b9 (diff) |
Merge pull request #580 from spiral/release-v2.0.1v2.0.1
âš¡ feat(release): release v2.0.1
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r-- | .github/dependabot.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3483c95e..2c561205 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,5 +8,5 @@ updates: - package-ecosystem: gomod # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "daily" + interval: daily |