Commit Graph

19 Commits

Author SHA1 Message Date
213ace7f97
Update README.md to mention Decap 2023-05-07 10:57:13 +02:00
e7d6b4c014 fix typo 2023-05-07 10:49:48 +02:00
78b3fb251e Bump Go version in Dockerfile 2023-05-07 10:47:04 +02:00
b2d12c0389 Update Go version to 1.20 2023-05-07 10:34:37 +02:00
b302535c2e
Merge pull request #3 from denyskon/dependabot/go_modules/github.com/markbates/goth-1.77.0
Bump github.com/markbates/goth from 1.76.1 to 1.77.0
2023-04-12 23:01:56 +02:00
dependabot[bot]
ceaf0b0516
Bump github.com/markbates/goth from 1.76.1 to 1.77.0
Bumps [github.com/markbates/goth](https://github.com/markbates/goth) from 1.76.1 to 1.77.0.
- [Release notes](https://github.com/markbates/goth/releases)
- [Commits](https://github.com/markbates/goth/compare/v1.76.1...v1.77.0)

---
updated-dependencies:
- dependency-name: github.com/markbates/goth
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-12 18:02:20 +00:00
56b7c1c592
Merge pull request #2 from denyskon/dependabot/go_modules/github.com/markbates/goth-1.76.1
Bump github.com/markbates/goth from 1.76.0 to 1.76.1
2023-02-28 06:09:50 +01:00
dependabot[bot]
bdfe0ca519
Bump github.com/markbates/goth from 1.76.0 to 1.76.1
Bumps [github.com/markbates/goth](https://github.com/markbates/goth) from 1.76.0 to 1.76.1.
- [Release notes](https://github.com/markbates/goth/releases)
- [Commits](https://github.com/markbates/goth/compare/v1.76.0...v1.76.1)

---
updated-dependencies:
- dependency-name: github.com/markbates/goth
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-27 18:18:18 +00:00
6408d493d7
Merge pull request #1 from denyskon/dependabot/go_modules/golang.org/x/net-0.7.0
Bump golang.org/x/net from 0.5.0 to 0.7.0
2023-02-18 08:05:26 +01:00
dependabot[bot]
347e3dce7f
Bump golang.org/x/net from 0.5.0 to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.5.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.5.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-18 04:34:27 +00:00
3e381ed22e
Create dependabot.yml 2023-02-05 15:28:03 +01:00
4f39ca6c9d fix actions tag 2023-02-05 15:07:05 +01:00
d7b13a1f79 enable github actions 2023-02-05 14:57:16 +01:00
a67699f9d2 v1.0.0
changes:
- gitea-only now
- simplify code
- add docker image
- update deps
2023-02-05 14:34:48 +01:00
9909a9175c credits 2023-01-15 22:37:10 +01:00
79580c1c51 modernizations 2023-01-15 22:29:56 +01:00
donskifarrell
9a91af1467 Added MIT license 2021-09-16 10:39:01 +08:00
donskifarrell
d22da69e2a Cleanup of callback script and service logs.
Updated readme with setup instructions
2021-09-16 09:56:45 +08:00
donskifarrell
ccb516f8ee inital service created:
- Use settings from ./env/config file
- Use providers for gitea, gitlab, github, bitbucket
2021-09-03 16:47:37 +08:00