Skip to content

Commit

Permalink
deps update and check in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma committed Nov 7, 2023
1 parent dfda9d9 commit 7826bbf
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ updates:
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-name: "io.swagger.core.v3:*"
- dependency-name: "io.swagger:*"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
- package-ecosystem: "maven"
target-branch: "v1"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-name: "io.swagger.core.v3:*"
- dependency-name: "io.swagger:*"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
16 changes: 16 additions & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: 'Dependency Review'
on: [pull_request]

permissions:
contents: read

jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v4
- name: Dependency Review
uses: actions/dependency-review-action@v3
with:
fail-on-severity: high

0 comments on commit 7826bbf

Please sign in to comment.