Skip to content

Commit

Permalink
chore: renovate both docker and go.mod in one pr (#4435)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocode authored Apr 18, 2024
1 parent d90f3e2 commit 63bfc78
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@
],
versioning: 'node',
},
{
matchPackageNames: [
'go',
'golang',
],
versioning: 'go',
groupName: 'go'
},
],
customManagers: [
{
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/atlantis-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ on:
branches:
- 'main'
- 'release-**'
types:
- opened
- reopened
- synchronize
- ready_for_review
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit 63bfc78

Please sign in to comment.