Skip to content

Commit

Permalink
dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Aug 26, 2023
1 parent 0e1a00e commit 22336a9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 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/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,10 @@ repos:
- id: markdownlint-fix
# MD013: line too long
args: [--disable, MD013, "--"]

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.26.1
hooks:
- id: check-dependabot
- id: check-github-actions
- id: check-github-workflows

0 comments on commit 22336a9

Please sign in to comment.