diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 46d6c9e3f..1421753d6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,7 +2,18 @@ version: 2 updates: - package-ecosystem: pip - directory: / + directory: "/" + schedule: + interval: monthly + time: '02:00' + timezone: America/New_York + labels: + - dependencies + target-branch: master + assignees: + - "danner26" + - package-ecosystem: "github-actions" + directory: "/" schedule: interval: monthly time: '02:00' diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9a15bd7f1..ef0e40dfe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: yamlfmt args: [--mapping, '2', --sequence, '4', --offset, '2'] - repo: https://github.com/adrienverge/yamllint.git - rev: v1.33.0 + rev: v1.35.1 hooks: - id: yamllint name: Lint YAML files diff --git a/requirements.txt b/requirements.txt index 60ef78991..5f246edac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ jsondiff==2.0.0 pre-commit==3.6.0 pytest==7.4.4 PyYAML==6.0.1 -yamllint==1.33.0 -gitpython==3.1.41 +yamllint==1.35.1 +gitpython==3.1.42 psutil==5.9.8