diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5bf83f4..56a698e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,9 +2,9 @@ version: 2 updates: - package-ecosystem: "github-actions" directory: "/" - default_labels: + labels: - "dependencies" - "skip-changelog" - target_branch: "develop" + target-branch: "develop" schedule: - interval: "daily" \ No newline at end of file + interval: "daily"