diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fd67f4d41212a43eee2b9e8109d2395a3575017d..c032ff24c02c2793e6649e8c9d9028fb2c2fea42 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,9 +1,9 @@ version: 2 updates: - - package-ecosystem: "gomod" + - package-ecosystem: 'gomod' directories: - - "/" - - "/internal/examples" - - "/internal/thirdparty" + - '/' + - '/internal/examples' + - '/internal/thirdparty' schedule: - interval: "weekly" + interval: 'weekly'