1
0
mirror of https://github.com/xorcare/testing-go-code-with-postgres.git synced 2025-06-30 23:23:40 +02:00

Add dependabot configuration

For monitoring vulnerabilities in dependencies used in project and keep
dependencies up-to-date with Dependabot.

And also to remember to keep the repository up to date.
This commit is contained in:
Vasiliy Vasilyuk
2024-01-27 16:01:50 +03:00
parent 536cbe330b
commit 82f4ebc0f9

8
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,8 @@
# See https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"