From 8ba4c2cba92871756857e2dfd2a50cc5a57419da Mon Sep 17 00:00:00 2001 From: Santhosh Sundaram Date: Fri, 19 Jul 2024 11:25:52 +0530 Subject: [PATCH] added dependabot to project and template --- .github/dependabot.yml | 12 ++++++++++++ {{cookiecutter.project_name}}/.github/dependabot.yml | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 .github/dependabot.yml create mode 100644 {{cookiecutter.project_name}}/.github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..c4fbd38 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + # group updates in a single PR + groups: + actions: + patterns: + - "*" diff --git a/{{cookiecutter.project_name}}/.github/dependabot.yml b/{{cookiecutter.project_name}}/.github/dependabot.yml new file mode 100644 index 0000000..c4fbd38 --- /dev/null +++ b/{{cookiecutter.project_name}}/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + # group updates in a single PR + groups: + actions: + patterns: + - "*"