From 994deb2bec3c7f6d65dd99d7acd53a8b4cd4530b Mon Sep 17 00:00:00 2001 From: KaushikiAnand Date: Mon, 2 Jun 2025 10:59:05 +0530 Subject: [PATCH 1/2] dependabot.yaml added --- .github/dependabot.yaml | 17 +++++++++++++++++ .github/workflows/build_test.yml | 3 +-- 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..cbba761 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,17 @@ +version: 2 + +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + commit-message: + prefix: "[chore] : " + + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly" + commit-message: + prefix: "[chore] : " + \ No newline at end of file diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 08432b7..948deca 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -1,8 +1,7 @@ name: Build and Test Workflow on: - pull_request: - branches: [master] + push: jobs: build: From cd98c7149add66f7838bf7a12dcc5ba19e2ff2ea Mon Sep 17 00:00:00 2001 From: KaushikiAnand Date: Mon, 2 Jun 2025 11:58:41 +0530 Subject: [PATCH 2/2] IND-3745 dependabot enabling --- .github/dependabot.yaml | 3 +-- .github/workflows/build_test.yml | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index cbba761..9d8d032 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -13,5 +13,4 @@ updates: schedule: interval: "weekly" commit-message: - prefix: "[chore] : " - \ No newline at end of file + prefix: "[chore] : " \ No newline at end of file diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 948deca..08432b7 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -1,7 +1,8 @@ name: Build and Test Workflow on: - push: + pull_request: + branches: [master] jobs: build: