Skip to content

Commit

Permalink
Automated dependency check via dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
deining committed Dec 22, 2024
1 parent 9721154 commit 1dda727
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions .github/.dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 2
updates:
# Enable version updates for GitHub action workflows
- package-ecosystem: github-actions
directory: "/"
# Check for updates to GitHub Actions once per week
schedule:
interval: weekly
open-pull-requests-limit: 10
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: actions/setup-go@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22.4
- uses: actions/checkout@v3
go-version: 1.22.10
- run: go test -mod vendor ./...
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/TwiN/go-color

go 1.22.4
go 1.22.10

0 comments on commit 1dda727

Please sign in to comment.