From 1a350319e8d87181d12aba74724fc2f665bed323 Mon Sep 17 00:00:00 2001 From: nicolas Trauwaen Date: Tue, 17 Mar 2026 18:14:59 +0100 Subject: [PATCH 1/3] Update codeql.yml --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 1fdd4a9..b8dbc81 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -18,7 +18,7 @@ on: branches: [ "main" ] schedule: - cron: '31 0 * * 5' - +permissions: read-all jobs: analyze: name: Analyze (${{ matrix.language }}) From a03f15d38b8161d7b6d2ad36aaf8121a7d873ce4 Mon Sep 17 00:00:00 2001 From: nicolas Trauwaen Date: Tue, 17 Mar 2026 18:42:04 +0100 Subject: [PATCH 2/3] Create dependabot.yml --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..f67d7ce --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +# 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/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "python" + directory: "/docs" + schedule: + interval: "weekly" From 8570f4c2258812e78a9ab5d8dd607470f691eed5 Mon Sep 17 00:00:00 2001 From: nicolas Trauwaen Date: Tue, 17 Mar 2026 18:44:39 +0100 Subject: [PATCH 3/3] Apply suggestion from @trotro --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f67d7ce..fe95a49 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,7 @@ updates: directory: "/" schedule: interval: "weekly" - - package-ecosystem: "python" + - package-ecosystem: "pip" directory: "/docs" schedule: interval: "weekly"