Skip to content

Commit

Permalink
chore: Bump marine things at the same time (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
nahsi authored Oct 24, 2023
1 parent cac0f63 commit af2e730
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 18 deletions.
16 changes: 16 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules": [
{
"matchManagers": ["cargo"],
"groupName": "marine-rs-sdk",
"matchPackagePatterns": [
"marine-rs-sdk",
"marine-rs-sdk-test"
]
}
]
}
21 changes: 21 additions & 0 deletions .github/workflows/lint-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: lint PR

on:
pull_request:
types:
- opened
- edited
- synchronize

concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true

jobs:
pr:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26 changes: 14 additions & 12 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,15 @@ name: lint

on:
pull_request:
types:
- opened
- edited
- synchronize
paths:
- ".github/workflows/**"
- ".github/renovate.json"

concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true

jobs:
pr:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

reviewdog:
runs-on: ubuntu-latest
steps:
Expand All @@ -33,3 +24,14 @@ jobs:
with:
reporter: github-pr-check
fail_on_error: true

renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Renovate Config Validator
uses: tj-actions/renovate-config-validator@v2
with:
config_file: .github/renovate.json
6 changes: 0 additions & 6 deletions renovate.json

This file was deleted.

0 comments on commit af2e730

Please sign in to comment.