Prepared everything for the first release

This commit is contained in:
Julien Dessaux 2023-06-19 00:05:58 +02:00
parent 6844355a92
commit 18ae275c5b
Signed by: adyxax
GPG key ID: F92E51B86E07177E
23 changed files with 857 additions and 4 deletions

12
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,12 @@
# See GitHub's documentation for more information on this file:
# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"