Skip to content

Commit

Permalink
fix ci and dependabot config duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianmariecom committed Sep 15, 2024
1 parent 69f2255 commit 2757652
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
version: 2
updates:
- directory: "/"
package-ecosystem: github-actions
Expand All @@ -13,3 +12,4 @@ updates:
package-ecosystem: bundler
schedule:
interval: daily
version: 2
19 changes: 10 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: CI
on: push
---
jobs:
bundler-audit:
name: Bundler Audit
Expand All @@ -10,6 +9,13 @@ jobs:
with:
bundler-cache: true
- run: bin/bundler-audit check --update
npm-audit:
name: npm Audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm audit
rspec:
name: Test
runs-on: ubuntu-latest
Expand All @@ -28,10 +34,5 @@ jobs:
with:
bundler-cache: true
- run: bin/rubocop
npm-audit:
name: npm Audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm audit
name: CI
"on": push

0 comments on commit 2757652

Please sign in to comment.