From 1af0f77977a17cc567d2baf84b039894b514ffde Mon Sep 17 00:00:00 2001 From: Jasper Vaneessen Date: Wed, 27 Apr 2022 09:12:30 +0200 Subject: [PATCH] chore: Enable dependabot for security only * chore: enable dependabot for security only * style: add newline --- .github/dependabot.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..6f1be8b8d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,17 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: / + schedule: + interval: "daily" + open-pull-requests-limit: 0 + - package-ecosystem: "npm" + directory: / + schedule: + interval: "daily" + open-pull-requests-limit: 0 + - package-ecosystem: "docker" + directory: / + schedule: + interval: "daily" + open-pull-requests-limit: 0