Skip to content

Commit 95d3ed9

Browse files
authored
Add npm dependabot run (#100)
1 parent 55cdd87 commit 95d3ed9

4 files changed

Lines changed: 11 additions & 25 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ updates:
1313
actions:
1414
patterns:
1515
- "*"
16+
- package-ecosystem: "npm"
17+
directory: "/"
18+
schedule:
19+
interval: "monthly"

.github/workflows/autofix.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ jobs:
1616
name: Rebuild dist
1717
steps:
1818
- uses: actions/checkout@v6
19-
- uses: actions/setup-python@v6
20-
with:
21-
python-version: "3.12"
2219
- run: npm install
2320
- run: npm i -g @vercel/ncc
2421
- run: ncc build index.js

.github/workflows/lint.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
repos:
2+
# yamllint
3+
- repo: https://github.com/adrienverge/yamllint.git
4+
rev: v1.38.0
5+
hooks:
6+
- id: yamllint
7+
args: [--strict, -c, .yamllint.yml]

0 commit comments

Comments
 (0)