From 74846ca27a5a82be9eb0f3da72577a75f97cb5bb Mon Sep 17 00:00:00 2001 From: JGStew Date: Thu, 29 Aug 2024 16:19:54 -0400 Subject: [PATCH] update pre-commit, dependabot --- .github/dependabot.yml | 13 +++++++++++++ .pre-commit-config.yaml | 6 ++++++ 2 files changed, 19 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..24d901f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +# Set update schedule for GitHub Actions +version: 2 + +# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file +updates: + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + # Add assignees + assignees: + - "jgstew" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3177af5..d11194c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,3 +39,9 @@ repos: rev: 24.8.0 hooks: - id: black + - repo: https://github.com/python-jsonschema/check-jsonschema + rev: 0.29.2 + hooks: + - id: check-github-workflows + args: ["--verbose"] + - id: check-dependabot