mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-24 09:23:48 +01:00
devcontainer (#2483)
This commit is contained in:
parent
34452044c8
commit
f2b9db7ad6
29
.devcontainer/devcontainer.json
Normal file
29
.devcontainer/devcontainer.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "netbox_devicetype-library",
|
||||
"image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye",
|
||||
"remoteEnv": {
|
||||
"HISTSIZE": "10000",
|
||||
"HISTFILESIZE": "20000"
|
||||
},
|
||||
|
||||
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
||||
// "forwardPorts": [],
|
||||
|
||||
// Use 'postCreateCommand' to run commands after the container is created.
|
||||
"postCreateCommand": "pip install -r requirements.txt",
|
||||
|
||||
// Configure tool-specific properties.
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"DavidAnson.vscode-markdownlint",
|
||||
"Tyriar.sort-lines",
|
||||
"charliermarsh.ruff",
|
||||
"esbenp.prettier-vscode",
|
||||
"ms-python.python",
|
||||
"ms-vscode-remote.vscode-remote-extensionpack",
|
||||
"redhat.vscode-yaml"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
37
.github/dependabot.yml
vendored
37
.github/dependabot.yml
vendored
@ -1,25 +1,36 @@
|
||||
---
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: pip
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: monthly
|
||||
time: '02:00'
|
||||
timezone: America/New_York
|
||||
interval: "monthly"
|
||||
time: "02:00"
|
||||
timezone: "America/New_York"
|
||||
labels:
|
||||
- dependencies
|
||||
target-branch: master
|
||||
- "dependencies"
|
||||
target-branch: "master"
|
||||
assignees:
|
||||
- "danner26"
|
||||
- "danner26"
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: monthly
|
||||
time: '02:00'
|
||||
timezone: America/New_York
|
||||
interval: "monthly"
|
||||
time: "02:00"
|
||||
timezone: "America/New_York"
|
||||
labels:
|
||||
- dependencies
|
||||
target-branch: master
|
||||
- "dependencies"
|
||||
target-branch: "master"
|
||||
assignees:
|
||||
- "danner26"
|
||||
- "danner26"
|
||||
- package-ecosystem: "devcontainers"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "monthly"
|
||||
time: "02:00"
|
||||
timezone: "America/New_York"
|
||||
labels:
|
||||
- "dependencies"
|
||||
target-branch: "master"
|
||||
assignees:
|
||||
- "danner26"
|
||||
|
Loading…
Reference in New Issue
Block a user