Skip to content

Commit

Permalink
CFG Added vscode settings and dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
Devorein committed Jul 24, 2020
1 parent 1558a10 commit bbce463
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
labels:
- dependency-update
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"editor.formatOnSave": true,
"editor.tabSize": 2,
"markdownlint.ignore": [
"CHANGELOG.md"
]
}

0 comments on commit bbce463

Please sign in to comment.