Skip to content

Commit 806af9f

Browse files
committed
dependabot fix
1 parent b1388bf commit 806af9f

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
"ms-python.python",
2626
"ms-python.vscode-pylance",
2727
"github.vscode-github-actions",
28-
"eamodio.gitlens"
28+
"eamodio.gitlens",
29+
"christian-kohler.path-intellisense",
30+
"visualstudioexptteam.vscodeintellicode"
2931
]
3032
}
3133
},

.github/dependabot.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,26 @@
11
version: 2
22
updates:
3-
# 🔧 Dev Container updates (Dockerfile, devcontainer.json)
43
- package-ecosystem: "devcontainers"
54
directory: "/.devcontainer"
65
schedule:
76
interval: "weekly"
87
open-pull-requests-limit: 5
98

10-
# ⚙️ GitHub Actions workflows
119
- package-ecosystem: "github-actions"
1210
directory: "/.github"
1311
schedule:
1412
interval: "weekly"
1513
open-pull-requests-limit: 5
1614
ignore:
17-
# ignore updates
1815
- dependency-name: "actions/setup-python"
19-
versions: ["*"]
16+
versions: ["3.x"]
2017

21-
# 🐍 Python dependencies (src/requirements.txt)
2218
- package-ecosystem: "pip"
2319
directory: "/src"
2420
schedule:
2521
interval: "weekly"
2622
open-pull-requests-limit: 5
2723

28-
# 🐳 Dockerfile in root
2924
- package-ecosystem: "docker"
3025
directory: "/"
3126
schedule:

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- b1388bf Dependabot updates
12
- d370465 minor fixes
23
- 881bb4e local make docker-build
34
- 9e9671c syntax fix, broken pipe
@@ -6,5 +7,4 @@
67
- 5900cb6 broken pipe fix
78
- a71690a broken pipe fix
89
- 9810c12 types-requests added
9-
- af1da22 pipe fix
10-
- 9c1b00e deps scan, dockerignore
10+
- af1da22 pipe fix

0 commit comments

Comments
 (0)