Skip to content

Commit

Permalink
chore: replace renovate with dependabot (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume authored Mar 2, 2024
1 parent 1094978 commit 73432c8
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 13 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "chore: "
20 changes: 20 additions & 0 deletions .github/workflows/lint-pr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: "Lint PR"

on:
pull_request_target:
types:
- opened
- edited
- synchronize

permissions:
pull-requests: read

jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13 changes: 0 additions & 13 deletions renovate.json

This file was deleted.

0 comments on commit 73432c8

Please sign in to comment.