Skip to content

Commit

Permalink
Add dependabot, bump actions/checkout from v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
hrishikesh-kadam committed Apr 5, 2024
1 parent f0897ee commit dc843fd
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
enable-beta-ecosystems: true
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "wednesday"
time: "12:00"
timezone: "Asia/Kolkata"
3 changes: 1 addition & 2 deletions .github/workflows/ci-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ on:
- 'ubuntu-latest'
- 'macos-latest'
- 'windows-latest'
- 'macos-13'

env:
COMMON_SCRIPTS_ROOT: "${{ github.workspace }}"
Expand All @@ -29,6 +28,6 @@ jobs:
steps:
- run: git config --global core.autocrlf false
if: runner.os == 'Windows'
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: ./ci/prerequisite.sh
- run: ./ci/ci-common-scripts.sh
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
steps:
- run: git config --global core.autocrlf false
if: runner.os == 'Windows'
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: ./ci/prerequisite.sh
- run: ./ci/ci-common-scripts.sh
1 change: 1 addition & 0 deletions ci/git-ls-files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.common_bashrc
.common_shellrc
.gitconfig
.github/dependabot.yml
.github/workflows/ci-dispatch.yml
.github/workflows/ci.yml
.gitignore
Expand Down

0 comments on commit dc843fd

Please sign in to comment.