diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3dd5eaf6b..d78b4b24a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,11 +1,12 @@ version: 2 updates: -- package-ecosystem: pip - directory: "/backend" - schedule: - interval: daily - time: "13:00" - groups: - python-packages: - patterns: - - "*" + - 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'