mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-07 09:04:35 +01:00
March 2024 Dependency Updates (#2032)
* adding dependabot update. updating deps. * updating actions dep schedule and assignment.
This commit is contained in:
parent
91d3253bad
commit
f871be20c6
13
.github/dependabot.yml
vendored
13
.github/dependabot.yml
vendored
@ -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'
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user