Skip to content

Commit 04218f9

Browse files
authored
chore: fix linter findings
1 parent 12a9785 commit 04218f9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.devcontainer/cpp-template/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
FROM ghcr.io/philips-software/amp-devcontainer-cpp:6.5.3
33
# x-release-please-end
44

5-
HEALTHCHECK none
5+
HEALTHCHECK NONE

.devcontainer/cpp-template/.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ updates:
66
directory: .devcontainer
77
schedule:
88
interval: weekly
9+
cooldown:
10+
default-days: 5

0 commit comments

Comments
 (0)