Skip to content

Commit f1f0345

Browse files
authored
Automated dependency check via dependabot (#17)
1 parent 9721154 commit f1f0345

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

.github/.dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 2
2+
updates:
3+
# Enable version updates for GitHub action workflows
4+
- package-ecosystem: github-actions
5+
directory: "/"
6+
# Check for updates to GitHub Actions once per week
7+
schedule:
8+
interval: weekly
9+
open-pull-requests-limit: 10

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
runs-on: ubuntu-latest
1515
timeout-minutes: 3
1616
steps:
17-
- uses: actions/setup-go@v3
17+
- uses: actions/checkout@v4
18+
- uses: actions/setup-go@v5
1819
with:
19-
go-version: 1.22.4
20-
- uses: actions/checkout@v3
20+
go-version: 1.22.10
2121
- run: go test -mod vendor ./...

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/TwiN/go-color
22

3-
go 1.22.4
3+
go 1.22.10

0 commit comments

Comments
 (0)