From d760b93d129c01c26c5c9fc715eb027b3ed0aa44 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 3 Feb 2025 10:44:07 +0100 Subject: [PATCH 1/4] Add dependabot config. --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..c8aa4f1 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +--- +# Copyright (c) Ansible Project +# GNU General Public License v3.0+ +# (see https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" From d1476b61b61c377cea5f2b5ba0d62e36511a67d2 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 3 Feb 2025 10:48:39 +0100 Subject: [PATCH 2/4] Screwing up indentation to make yamllint happy. --- .github/dependabot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c8aa4f1..8e979a3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ version: 2 updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" From 26c5c7cd60b41280eedb720df9091b5e248523f4 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 1 Mar 2025 16:14:44 +0100 Subject: [PATCH 3/4] Group updates together. --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8e979a3..5c64689 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,7 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + ci: + patterns: + - "*" From c4b8cc0a75c27edf01be7af432690fd94ac1f6c0 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 1 Mar 2025 18:31:57 +0100 Subject: [PATCH 4/4] Fix indentation. --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5c64689..6220727 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,4 +13,4 @@ updates: groups: ci: patterns: - - "*" + - "*"