From 49229e0b53e528a368768dced07efa650d26ca0a Mon Sep 17 00:00:00 2001 From: Nemanja Risteski Date: Mon, 16 Sep 2024 13:50:11 -0400 Subject: [PATCH] Added dependabot --- .github/dependabot.yml | 8 ++++++++ .github/workflows/workflow.yml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..eb7ecf16 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + time: "06:00" + timezone: "America/New_York" diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 0cb7a6a5..e9257757 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest name: Lint and Tests steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: node-version: 18