From 23cf9284c38b1cd27b18e78706f6e0da58cbb45f Mon Sep 17 00:00:00 2001 From: Richard Carson Derr Date: Tue, 15 Oct 2024 01:14:51 -0400 Subject: [PATCH 1/2] deps(issue-309): delete dependabot config --- .github/dependabot.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 0ae14a0..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,13 +0,0 @@ -version: 2 -updates: - # Maintain dependencies for GitHub Actions - - package-ecosystem: "github-actions" - # Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.) - directory: "/" - schedule: - interval: "weekly" - - - package-ecosystem: gomod - directory: / - schedule: - interval: daily \ No newline at end of file From f53f2b93b1d9a31c3c48955d89be07bb88c655ee Mon Sep 17 00:00:00 2001 From: Richard Carson Derr Date: Tue, 15 Oct 2024 01:15:05 -0400 Subject: [PATCH 2/2] deps(issue-309): add renovate config --- .github/renovate.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..a5b3097 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,9 @@ +{ + "extends": [ + "config:best-practices" + ], + "osvVulnerabilityAlerts": true, + "schedule": ["before 4am"], + "baseBranches": ["main"], + "labels": ["dependencies"] +} \ No newline at end of file