From a880fcf5690f873425e357dffaffa4b3b52e278e Mon Sep 17 00:00:00 2001 From: UsamaSadiq Date: Mon, 4 Dec 2023 18:18:33 +0500 Subject: [PATCH 1/2] build: add dependabot config template --- .../{{cookiecutter.repo_name}}/.github/dependabot.yml | 9 +++++++++ .../{{cookiecutter.repo_name}}/.github/dependabot.yml | 9 +++++++++ .../{{cookiecutter.repo_name}}/.github/dependabot.yml | 9 +++++++++ 3 files changed, 27 insertions(+) create mode 100644 cookiecutter-django-app/{{cookiecutter.repo_name}}/.github/dependabot.yml create mode 100644 cookiecutter-django-ida/{{cookiecutter.repo_name}}/.github/dependabot.yml create mode 100644 cookiecutter-xblock/{{cookiecutter.repo_name}}/.github/dependabot.yml diff --git a/cookiecutter-django-app/{{cookiecutter.repo_name}}/.github/dependabot.yml b/cookiecutter-django-app/{{cookiecutter.repo_name}}/.github/dependabot.yml new file mode 100644 index 00000000..3a6854d2 --- /dev/null +++ b/cookiecutter-django-app/{{cookiecutter.repo_name}}/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: + # Adding new check for github-actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + # reviewers: + # - "openedx/arbi-bom" diff --git a/cookiecutter-django-ida/{{cookiecutter.repo_name}}/.github/dependabot.yml b/cookiecutter-django-ida/{{cookiecutter.repo_name}}/.github/dependabot.yml new file mode 100644 index 00000000..3a6854d2 --- /dev/null +++ b/cookiecutter-django-ida/{{cookiecutter.repo_name}}/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: + # Adding new check for github-actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + # reviewers: + # - "openedx/arbi-bom" diff --git a/cookiecutter-xblock/{{cookiecutter.repo_name}}/.github/dependabot.yml b/cookiecutter-xblock/{{cookiecutter.repo_name}}/.github/dependabot.yml new file mode 100644 index 00000000..3a6854d2 --- /dev/null +++ b/cookiecutter-xblock/{{cookiecutter.repo_name}}/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: + # Adding new check for github-actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + # reviewers: + # - "openedx/arbi-bom" From 0126aaa003bb7a58fd506fc90a51f8f2b2728bda Mon Sep 17 00:00:00 2001 From: UsamaSadiq Date: Fri, 22 Dec 2023 21:56:50 +0500 Subject: [PATCH 2/2] build: add dependabot config in python-template --- .../.github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 python-template/{{cookiecutter.placeholder_repo_name}}/.github/dependabot.yml diff --git a/python-template/{{cookiecutter.placeholder_repo_name}}/.github/dependabot.yml b/python-template/{{cookiecutter.placeholder_repo_name}}/.github/dependabot.yml new file mode 100644 index 00000000..3a6854d2 --- /dev/null +++ b/python-template/{{cookiecutter.placeholder_repo_name}}/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: + # Adding new check for github-actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + # reviewers: + # - "openedx/arbi-bom"