From a813f2da1b91730a1c6e543b49d890ccb4f85f81 Mon Sep 17 00:00:00 2001 From: sk593 Date: Tue, 7 Jan 2025 15:59:18 -0800 Subject: [PATCH 1/4] 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 From e7f690d4cb01aa92d8ee3b8e5734473095d3a58d Mon Sep 17 00:00:00 2001 From: sk593 Date: Fri, 10 Jan 2025 09:48:36 -0800 Subject: [PATCH 2/4] remove dir Signed-off-by: sk593 --- .github/dependabot.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4c54a74c..543ba1de 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,7 +10,6 @@ updates: - "*" - package-ecosystem: "gomod" directories: - - "/" - "/samples/aws-sqs" schedule: interval: "weekly" From 7c86079ed0acbad80b265e58d462cff03d8c2673 Mon Sep 17 00:00:00 2001 From: sk593 Date: Fri, 10 Jan 2025 09:49:39 -0800 Subject: [PATCH 3/4] update dir Signed-off-by: sk593 --- .github/dependabot.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 543ba1de..2ca8c115 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,8 +9,7 @@ updates: patterns: - "*" - package-ecosystem: "gomod" - directories: - - "/samples/aws-sqs" + directory: "/samples/aws-sqs" schedule: interval: "weekly" groups: From d5737f37054241ef363a410601af829d06462929 Mon Sep 17 00:00:00 2001 From: sk593 Date: Mon, 13 Jan 2025 15:05:32 -0800 Subject: [PATCH 4/4] nit Signed-off-by: sk593 --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2ca8c115..042e08de 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,7 +17,7 @@ updates: patterns: - "*" - package-ecosystem: "devcontainers" - directory: "/.devcontainer" + directory: "/" schedule: interval: weekly groups: