From a813f2da1b91730a1c6e543b49d890ccb4f85f81 Mon Sep 17 00:00:00 2001 From: sk593 Date: Tue, 7 Jan 2025 15:59:18 -0800 Subject: [PATCH] add dependabot file Signed-off-by: sk593 --- .github/dependabot.yml | 58 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..4c54a74c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,58 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + groups: + all: + patterns: + - "*" + - package-ecosystem: "gomod" + directories: + - "/" + - "/samples/aws-sqs" + schedule: + interval: "weekly" + groups: + all: + patterns: + - "*" + - package-ecosystem: "devcontainers" + directory: "/.devcontainer" + schedule: + interval: weekly + groups: + all: + patterns: + - "*" + - package-ecosystem: "npm" + directories: + - "/playwright" + - "/samples/dapr/nodeapp" + - "/samples/demo" + - "/samples/demo/client" + schedule: + interval: "weekly" + groups: + all: + patterns: + - "*" + - package-ecosystem: "nuget" + directories: + - "/samples/aws" + - "/samples/dapr/ui" + schedule: + interval: "weekly" + groups: + all: + patterns: + - "*" + - package-ecosystem: "pip" + directory: "/samples/volumes/src" + schedule: + interval: "weekly" + groups: + all: + patterns: + - "*" \ No newline at end of file