Compare commits

...

4 Commits

Author SHA1 Message Date
e23f025a22 Update module go to 1.19
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-10-26 17:43:30 +00:00
525aaa041f Merge pull request 'Configure Renovate' (#1) from renovate/configure into main
All checks were successful
continuous-integration/drone Build is passing
Reviewed-on: #1
2022-10-25 20:55:42 +00:00
7e0a23ef01 Add renovate.json 2022-10-25 20:52:06 +00:00
89e710f558
Add for tags
All checks were successful
continuous-integration/drone/push Build is passing
2022-01-03 22:03:21 +01:00
3 changed files with 7 additions and 2 deletions

View File

@ -18,3 +18,5 @@ steps:
- sha1 - sha1
- sha512 - sha512
title: "Keep Up Executable" title: "Keep Up Executable"
when:
event: tag

2
go.mod
View File

@ -1,3 +1,3 @@
module keep-up module keep-up
go 1.17 go 1.19

3
renovate.json Normal file
View File

@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}