diff --git a/.github/dependabot.yml b/.github/dependabot.yml index de484b4..797a070 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +1,12 @@ version: 2 updates: -- package-ecosystem: github-actions - directory: "/" - schedule: - interval: daily - target-branch: main -- package-ecosystem: gradle - directory: "/" - schedule: - interval: daily - target-branch: main + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + target-branch: main + - package-ecosystem: gradle + directory: "/" + schedule: + interval: daily + target-branch: main