From ec885c75429da585c27b3d2445246d9f38c0ae04 Mon Sep 17 00:00:00 2001 From: Mustapha BARKI <64559807+skyperx@users.noreply.github.com> Date: Sat, 6 Jan 2024 05:35:10 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17278662..d22df14d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Google Test - + #### OSS Builds Status: [![Build Status](https://api.travis-ci.org/google/googletest.svg?branch=master)](https://travis-ci.org/google/googletest) From e87f9151e5941268e49cc458355d0abbbd313d09 Mon Sep 17 00:00:00 2001 From: Mustapha BARKI <64559807+skyperx@users.noreply.github.com> Date: Sat, 6 Jan 2024 05:38:15 +0100 Subject: [PATCH 2/2] Create dependabot.yml Signed-off-by: Mustapha BARKI <64559807+skyperx@users.noreply.github.com> --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..b3fe7c8b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ + # To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly"