File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 54
54
filters : |
55
55
charts:
56
56
- charts/nginx-gateway-fabric/**/*
57
+ generate:
58
+ - go.mod
59
+ - go.sum
60
+ - Makefile
61
+
62
+ # go mod tidy can be removed once https://github.com/renovatebot/renovate/issues/12999 is implemented
63
+ - name : Update files for renovate
64
+ run : |
65
+ make generate-all
66
+ cd tests && go mod tidy && go mod verify
67
+ if : ${{ github.actor == 'renovate[bot]' && steps.filter.outputs.generate == 'true' }}
68
+
69
+ - name : Commit changes
70
+ id : commit
71
+ uses : stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
72
+ with :
73
+ commit_message : " Update files for renovate"
74
+ if : ${{ github.actor == 'renovate[bot]' && steps.filter.outputs.generate == 'true' }}
57
75
58
76
- name : Output Variables
59
77
id : vars
You can’t perform that action at this time.
0 commit comments