diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..46d6c9e3f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +--- +version: 2 +updates: + - package-ecosystem: pip + directory: / + schedule: + interval: monthly + time: '02:00' + timezone: America/New_York + labels: + - dependencies + target-branch: master + assignees: + - "danner26" diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index b0bcb2479..c8b287609 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -1,12 +1,9 @@ --- name: Validate definitions - - -on: # yamllint disable-line rule:truthy +on: # yamllint disable-line rule:truthy pull_request: branches: - master - jobs: build: runs-on: ubuntu-latest diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7f468dbdd..5d1a2831a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,5 @@ --- +files: ^(device-types|module-types)/ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.3.0 diff --git a/requirements.txt b/requirements.txt index 7697152b0..7448e2d98 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ -jsonschema==3.2.0 -pytest==5.3.2 -PyYAML==5.4 -yamllint==1.27.1 +jsonschema==4.17.3 +pre-commit==2.21.0 +pytest==7.2.0 +PyYAML==6.0 +yamllint==1.28.0