Skip to content

Commit 925735a

Browse files
authored
Chore: [AEA-5751] - Update dependabot schedule and add git secrets build command (#18)
## Summary - 🤖 Operational or Infrastructure Change
1 parent bfdcdc9 commit 925735a

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1414
USER vscode
1515

@@ -29,4 +29,4 @@ ADD .tool-versions /workspaces/eps-workflow-quality-checks/.tool-versions
2929
ADD .tool-versions /home/vscode/.tool-versions
3030

3131
RUN asdf install; \
32-
asdf reshim nodejs;
32+
asdf reshim nodejs;

.github/dependabot.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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] - "

0 commit comments

Comments
 (0)