From ab17e8b95be019d05b7c1d24632133ed50ae2c43 Mon Sep 17 00:00:00 2001 From: utkarsh Date: Sat, 23 Mar 2024 23:24:45 +0530 Subject: [PATCH] dependabot.yaml --- .github/dependabot.yaml | 10 ++++++++++ .github/workflows/lint.yaml | 0 .github/workflows/release.yaml | 0 .github/workflows/test.yaml | 0 4 files changed, 10 insertions(+) create mode 100644 .github/dependabot.yaml create mode 100644 .github/workflows/lint.yaml create mode 100644 .github/workflows/release.yaml create mode 100644 .github/workflows/test.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..c507d44 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml new file mode 100644 index 0000000..e69de29 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml new file mode 100644 index 0000000..e69de29 diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml new file mode 100644 index 0000000..e69de29