diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-12-15 08:13:26 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-12-15 08:13:26 -0800 |
| commit | 9f2310ed32e30a99fd32086d1b9a8bda5ca4af22 (patch) | |
| tree | ec1fe8d61de235055edfbb20bd0a3a76effccdfd /templates/go/.github/dependabot.yml | |
| parent | format yaml (diff) | |
| download | infra-9f2310ed32e30a99fd32086d1b9a8bda5ca4af22.tar.gz | |
remove rust template, add GHA to go template
Diffstat (limited to 'templates/go/.github/dependabot.yml')
| -rw-r--r-- | templates/go/.github/dependabot.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/go/.github/dependabot.yml b/templates/go/.github/dependabot.yml new file mode 100644 index 0000000..0cfc43c --- /dev/null +++ b/templates/go/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly" |
