Skip to content

Commit 5a31856

Browse files
authored
Pin dependencies and configure dependabot (#870)
* Update package.json to use fixed versions for devDependencies and dependencies * Add dependabot configuration for weekly npm updates in Elastic.Markdown * Update package-lock.json
1 parent 80c3e95 commit 5a31856

File tree

3 files changed

+30
-2550
lines changed

3 files changed

+30
-2550
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "src/Elastic.Markdown"
5+
schedule:
6+
interval: "weekly"
7+
labels:
8+
- chore

0 commit comments

Comments
 (0)