Skip to content

Commit 35f44e9

Browse files
committed
chore: update actions/checkout to v6.0.2 and clean up renovate.json
1 parent b0d029b commit 35f44e9

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v6.0.1
16+
uses: actions/checkout@v6.0.2
1717

1818
- name: Bun setup
1919
uses: oven-sh/setup-bun@v2

renovate.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:base"],
4-
"dependencyDashboard": true
3+
"extends": ["config:base"]
54
}

0 commit comments

Comments
 (0)