Skip to content

Commit e6a01fe

Browse files
Add dependabot (#3)
1 parent 26ade4e commit e6a01fe

5 files changed

Lines changed: 41 additions & 8 deletions

File tree

.github/dependabot.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
day: "friday"
8+
groups:
9+
npm-dependencies:
10+
patterns:
11+
- "*"
12+
13+
- package-ecosystem: "docker"
14+
directory: "/"
15+
schedule:
16+
interval: "weekly"
17+
day: "friday"
18+
groups:
19+
docker-dependencies:
20+
patterns:
21+
- "*"
22+
23+
- package-ecosystem: "github-actions"
24+
directory: "/"
25+
schedule:
26+
interval: "weekly"
27+
day: "friday"
28+
open-pull-requests-limit: 10
29+
groups:
30+
github-actions:
31+
patterns:
32+
- "*"

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ jobs:
1717
- uses: pnpm/action-setup@v4
1818
- run: pnpm install
1919
- run: pnpm run build
20+
#- run: pnpm run test

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/node_modules
88
oclif.manifest.json
99

10-
10+
/debug
1111
yarn.lock
1212
package-lock.json
1313

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@inquirer/prompts": "^8.1.0",
2121
"@oclif/core": "^4",
2222
"@oclif/plugin-help": "^6",
23-
"simplelogin-client": "^0.4.1",
23+
"simplelogin-client": "^0.5.1",
2424
"yaml": "^2.8.2"
2525
},
2626
"devDependencies": {
@@ -80,4 +80,4 @@
8080
},
8181
"types": "dist/index.d.ts",
8282
"packageManager": "pnpm@10.26.1+sha512.664074abc367d2c9324fdc18037097ce0a8f126034160f709928e9e9f95d98714347044e5c3164d65bd5da6c59c6be362b107546292a8eecb7999196e5ce58fa"
83-
}
83+
}

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)