Skip to content

Commit

Permalink
chore: removes cruft.
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhundere committed Nov 9, 2024
1 parent d50b87b commit da1a199
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
with:
go-version: '1.22'
- name: Run tests
run: make test
run: make test
22 changes: 14 additions & 8 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"labels": [
"dependencies",
"renovatebot"
],
"constraints": {
"go": "1.20"
},
"configMigration": true,
"extends": [
"config:recommended"
],
"constraints": {
"go": "1.22"
},
"schedule": [
"before 5am"
"before 5am every weekday"
],
"labels": [
"renovate",
"dependencies"
],
"packageRules": [
{
Expand All @@ -21,9 +22,14 @@
"groupName": "dockerfile deps"
},
{
"extends": [
":semanticPrefixFixDepsChoreOthers",
"helpers:pinGitHubActionDigests"
],
"matchManagers": [
"github-actions"
],
"pinDigests": true,
"groupName": "github-actions deps"
},
{
Expand Down

0 comments on commit da1a199

Please sign in to comment.