From e779549812bf5957bfca0e7df3df3a1d645ff989 Mon Sep 17 00:00:00 2001
From: Saravana
Date: Sat, 31 Aug 2024 11:38:24 +0200
Subject: [PATCH 1/3] Create dependabot.yml
---
.github/dependabot.yml | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 .github/dependabot.yml
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..e2fcc35
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,9 @@
+version: 2
+updates:
+ - package-ecosystem: "npm"
+ directory: "/"
+ schedule:
+ interval: "weekly"
+ registries:
+ - npm-codeartifact
+ open-pull-requests-limit: 10
From 1df4adc7e3a1ee27d950e2d921e38a795ca87d80 Mon Sep 17 00:00:00 2001
From: thsaravana
Date: Sat, 31 Aug 2024 11:57:42 +0200
Subject: [PATCH 2/3] Reformat
---
.github/dependabot.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index e2fcc35..5a51418 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -1,9 +1,9 @@
version: 2
updates:
- - package-ecosystem: "npm"
- directory: "/"
+ - package-ecosystem: 'npm'
+ directory: '/'
schedule:
- interval: "weekly"
+ interval: 'weekly'
registries:
- npm-codeartifact
open-pull-requests-limit: 10
From 9a0b3d274abf4767301502de96dc9d9e2eed3510 Mon Sep 17 00:00:00 2001
From: thsaravana
Date: Sat, 31 Aug 2024 12:00:05 +0200
Subject: [PATCH 3/3] Remove registry
---
.github/dependabot.yml | 2 --
1 file changed, 2 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 5a51418..097cafc 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -4,6 +4,4 @@ updates:
directory: '/'
schedule:
interval: 'weekly'
- registries:
- - npm-codeartifact
open-pull-requests-limit: 10