Skip to content

Commit

Permalink
Improve Infrastructer (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
aolenevme authored Dec 21, 2022
1 parent 0c3dae3 commit 2953d16
Show file tree
Hide file tree
Showing 5 changed files with 396 additions and 367 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v18.12.1
2 changes: 2 additions & 0 deletions lint-fs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ rules:
- ^./.github/ISSUE_TEMPLATE/bug_report.md$
- ^./.github/ISSUE_TEMPLATE/chore_template.md$
- ^./.github/ISSUE_TEMPLATE/feature_request.md$
- ^./.github/dependabot.yml$
- ^./.github/pull_request_template.md$
- ^./.github/workflows/quality.yaml$
- ^./.github/workflows/release.yaml$
- ^./.eslintignore$
- ^./.eslintrc.json$
- ^./.gitignore$
- ^./.nvmrc$
- ^./([A-Z]+_?)+.md$
- ^./lint-fs.yaml$
- ^./package-lock.json$
Expand Down
Loading

0 comments on commit 2953d16

Please sign in to comment.