mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2025-08-13 16:57:14 +02:00
Adding dependabot & updating reqirements (#1026)
* Added dependabot template * Testing dependabot * Testing dependabot * Added dependabot config. Updated pre-commit config to ignore the dependabot yaml file. Updated requirements. * Added myself to the dependabot assignee list * Fixed missing newline in dependabot config * adding pre-commit to requirements * Update dependabot.yml * Update dependabot.yml * Update dependabot.yml Changed schedule to montly * Modified Actions validation & pre-commit config - Fixed spacing and newline issues in actions validation file - Modified pre-commit config to only scan device-types and module-types, same as the validation action
This commit is contained in:
14
.github/dependabot.yml
vendored
Normal file
14
.github/dependabot.yml
vendored
Normal file
@ -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"
|
5
.github/workflows/validation.yml
vendored
5
.github/workflows/validation.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user