repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25c7bbb
)
Add dependabot configuration file.
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 15 Aug 2021 22:36:24 +0000
(
00:36
+0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 15 Aug 2021 22:36:24 +0000
(
00:36
+0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/dependabot.yml
[new file with mode: 0644]
patch
|
blob
diff --git a/.github/dependabot.yml
b/.github/dependabot.yml
new file mode 100644
(file)
index 0000000..
db5cb9e
--- /dev/null
+++ b/
.github/dependabot.yml
@@ -0,0
+1,12
@@
+# Docs: https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates
+version: 2
+updates:
+ - package-ecosystem: 'npm'
+ directory: '/'
+ schedule:
+ interval: 'daily'
+ labels:
+ - 'dependencies'
+ reviewers:
+ - 'jerome-benoit'
+ versioning-strategy: increase