Skip to content

Commit

Permalink
Update dependabot config (#97)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
  • Loading branch information
tegioz authored Sep 26, 2023
1 parent cebcead commit 6cfca9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ updates:
schedule:
interval: "weekly"
day: "wednesday"
ignore:
- dependency-name: "node"
versions: ["18-alpine3.17", "19-alpine3.17", "20-alpine3.17"]
- package-ecosystem: "docker"
directory: "/database/migrations"
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 6cfca9d

Please sign in to comment.