diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..d6d57947e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + groups: + workflows: + patterns: + - '*' + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 88df40e8b..84414e6b1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: check-toml - id: check-yaml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.6 + rev: v0.6.1 hooks: - id: ruff args: [--fix, --show-fixes] @@ -42,6 +42,7 @@ repos: hooks: - id: check-circle-ci - id: check-github-workflows + - id: check-dependabot - repo: meta hooks: - id: check-hooks-apply