diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d1d507406..d78b4b24a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +1,12 @@ version: 2 updates: -- package-ecosystem: pip - directory: "/backend" - schedule: - interval: daily - time: "13:00" -- package-ecosystem: "github-actions" - directory: "/" - schedule: - # Check for updates to GitHub Actions every week - interval: "weekly" + - package-ecosystem: pip + directory: '/backend' + schedule: + interval: daily + time: '13:00' + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + # Check for updates to GitHub Actions every week + interval: 'weekly'