diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 5990d9c..d23fbbc 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -5,7 +5,15 @@ version: 2 updates: - - package-ecosystem: "" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: 'github-actions' + directory: '/' schedule: - interval: "weekly" + interval: 'weekly' + labels: + - 'github-actions' + - package-ecosystem: 'docker' + directory: '/' + schedule: + interval: 'weekly' + labels: + - 'docker'