File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN apt-get update \
99 jq apt-transport-https ca-certificates gnupg-agent \
1010 software-properties-common bash-completion python3-pip make libbz2-dev \
1111 libreadline-dev libsqlite3-dev wget llvm libncurses5-dev libncursesw5-dev \
12- xz-utils tk-dev liblzma-dev netcat libyaml-dev pre-commit
12+ xz-utils tk-dev liblzma-dev netcat-traditional libyaml-dev pre-commit
1313
1414USER vscode
1515
@@ -29,4 +29,4 @@ ADD .tool-versions /workspaces/eps-workflow-quality-checks/.tool-versions
2929ADD .tool-versions /home/vscode/.tool-versions
3030
3131RUN asdf install; \
32- asdf reshim nodejs;
32+ asdf reshim nodejs;
Original file line number Diff line number Diff line change 1+ version : 2
2+
3+ updates :
4+ - package-ecosystem : " github-actions"
5+ # Workflow files stored in the
6+ # default location of `.github/workflows`
7+ directory : " /"
8+ schedule :
9+ interval : " weekly"
10+ day : " friday"
11+ time : " 18:00" # UTC
12+ open-pull-requests-limit : 20
13+ commit-message :
14+ prefix : " Upgrade: [dependabot] - "
You can’t perform that action at this time.
0 commit comments