From 2527a7d8e75a065571b639e62d7a0bfb81a2f0d6 Mon Sep 17 00:00:00 2001 From: Maximilien Naveau Date: Tue, 28 Jan 2025 15:26:43 +0100 Subject: [PATCH] update the precommit auto update branch and add a dependabot for the github CI --- .github/dependabot.yml | 6 ++++++ .pre-commit-config.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..203f3c88 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dadfabd5..6cbfd87e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ ci: - autoupdate_branch: 'devel' + autoupdate_branch: 'humble-devel' repos: - repo: https://github.com/pre-commit/mirrors-clang-format rev: v16.0.0