Skip to content

Commit 2ad0061

Browse files
authored
Merge pull request #460
updating basic ogho config
2 parents b1012b0 + e3b0609 commit 2ad0061

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
# Enable version updates for npm
4+
- package-ecosystem: "npm"
5+
# Look for `package.json` and `lock` files in the `vscode` directory
6+
directory: "/vscode"
7+
# Check the npm registry for updates every week
8+
schedule:
9+
interval: "weekly"
10+
open-pull-requests-limit: 0

0 commit comments

Comments
 (0)