diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 48836d97..5ace4600 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,4 +1,6 @@ -- package-ecosystem: github-actions - directory: / - schedule: - interval: weekly \ No newline at end of file +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"