mirror of
https://github.com/appleboy/drone-telegram.git
synced 2026-06-04 18:23:45 +08:00
92b96294c4
- Add a new file `.github/FUNDING.yml` - Add a new file `.github/dependabot.yml` - Add a new file `.github/workflows/codeql.yml` - Add a new file `.github/workflows/docker.yml` - Add a new file `.github/workflows/goreleaser.yml` - Add a new file `.github/workflows/lint.yml` - Add a new file `docker/Dockerfile` - Delete the file `docker/Dockerfile.linux.amd64` - Delete the file `docker/Dockerfile.linux.arm` - Delete the file `docker/Dockerfile.linux.arm64` - Delete the file `docker/Dockerfile.windows.amd64` - Delete the file `docker/manifest.tmpl` Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
11 lines
195 B
YAML
11 lines
195 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
- package-ecosystem: gomod
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|