From 950968982a0c75d7c380f9d5a81e7d71b953af5a Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Thu, 27 Oct 2022 13:49:29 +0200 Subject: Dependabot configuration is not a workflow Moving it one level up so it does not confuse CI. Reviewed-by: Richard Levitte Reviewed-by: Shane Lontis Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/19515) --- .github/dependabot.yml | 6 ++++++ .github/workflows/dependabot.yml | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 .github/dependabot.yml delete mode 100644 .github/workflows/dependabot.yml (limited to '.github') diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..123014908b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml deleted file mode 100644 index 123014908b..0000000000 --- a/.github/workflows/dependabot.yml +++ /dev/null @@ -1,6 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "daily" -- cgit v1.2.1