diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 393290f..4ab9a3d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,14 +5,9 @@ version: 2 updates: - - package-ecosystem: "docker" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "github-actions" + directory: "/" assignees: - Elliot Matson schedule: interval: "daily" - - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "daily"