diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b240fac..d897df6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,13 +1,13 @@ version: 2 updates: - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: github-actions + directory: / schedule: - interval: "daily" - target-branch: "main" + interval: daily + target-branch: main - - package-ecosystem: "pip" - directory: "/" + - package-ecosystem: pip + directory: / schedule: - interval: "daily" - target-branch: "main" \ No newline at end of file + interval: daily + target-branch: main \ No newline at end of file