Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .github/workflows/renovate-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Validate Renovate Config

on:
push:
paths:
- 'renovate.json'
pull_request:
paths:
- 'renovate.json'

jobs:
validate:
uses: itzg/github-workflows/.github/workflows/renovate-check.yml@main
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/itzg/rcon-cli

go 1.26.4
go 1.26.6

require (
github.com/james4k/rcon v0.0.0-20210222224819-34a67ca2b2d6
Expand Down