From 2294c27a96288235ff5bb3b0c48d27475e67c3b4 Mon Sep 17 00:00:00 2001 From: balakrishna-binary Date: Wed, 17 Jan 2024 14:10:03 +0800 Subject: [PATCH 1/2] chore: add codeowners and dependabot --- .github/CODEOWNERS | 6 ++++++ .github/dependabot.yml | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 .github/dependabot.yml diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000000..3c169facb28 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,6 @@ +# Configuration of code ownership and review approvals for the binary-com/deriv-app repo. +# +# More info: https://help.github.com/articles/about-codeowners/ +# + +* @deriv-com/admin-binary-static \ No newline at end of file diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000000..7b2ee3a6292 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: npm + directory: "/" + schedule: + interval: daily From 7873eb41043596019fc0e03d430688859436c127 Mon Sep 17 00:00:00 2001 From: balakrishna-deriv <56330681+balakrishna-deriv@users.noreply.github.com> Date: Wed, 17 Jan 2024 14:11:25 +0800 Subject: [PATCH 2/2] Update .github/CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3c169facb28..6ed9e8c32c4 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -3,4 +3,4 @@ # More info: https://help.github.com/articles/about-codeowners/ # -* @deriv-com/admin-binary-static \ No newline at end of file +* @deriv-com/admin-binary-static