Skip to content

Commit c43506a

Browse files
authored
Merge pull request #74 from tecladocode/develop
2 parents 2980e61 + b35fa92 commit c43506a

File tree

2 files changed

+184
-510
lines changed

2 files changed

+184
-510
lines changed

dependabot.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/docs"
5+
schedule:
6+
interval: "weekly"
7+
# Check for npm updates on Sundays
8+
day: "sunday"
9+
target-branch: "develop"
10+
# Labels on pull requests for security and version updates
11+
labels:
12+
- "npm dependencies"

0 commit comments

Comments
 (0)