Skip to content

Commit 6b2e72f

Browse files
authored
Update CI stuff (zio#1031)
1 parent 723a0c3 commit 6b2e72f

18 files changed

+301
-293
lines changed

.github/dependabot.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"

.github/renovate.json

-13
This file was deleted.

.github/workflows/auto-approve.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
auto-approve:
88
runs-on: ubuntu-22.04
99
steps:
10-
- uses: hmarr/auto-approve-action@v3.2.1
10+
- uses: hmarr/auto-approve-action@v4
1111
if: github.actor == 'scala-steward' || github.actor == 'renovate[bot]'
1212
with:
1313
github-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)