Migrate to go modules + Improve GitHub actions workflows
parent
2f803e2fae
commit
414f635717
@ -0,0 +1,30 @@
|
|||||||
|
version: 2
|
||||||
|
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "gomod"
|
||||||
|
directory: "/"
|
||||||
|
target-branch: "develop"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
timezone: "Europe/London"
|
||||||
|
time: "03:00"
|
||||||
|
labels:
|
||||||
|
- "PR • MAINTENANCE"
|
||||||
|
assignees:
|
||||||
|
- "andyone"
|
||||||
|
reviewers:
|
||||||
|
- "andyone"
|
||||||
|
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/"
|
||||||
|
target-branch: "develop"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
timezone: "Europe/London"
|
||||||
|
time: "04:00"
|
||||||
|
labels:
|
||||||
|
- "PR • MAINTENANCE"
|
||||||
|
assignees:
|
||||||
|
- "andyone"
|
||||||
|
reviewers:
|
||||||
|
- "andyone"
|
Loading…
Reference in New Issue