Skip to content

Commit

Permalink
build: add renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
Michsior14 committed Nov 30, 2023
1 parent 13a7d56 commit 5f97249
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>Michsior14/.github:renovate-config"]
}
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: CI

on: push
on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
lint:
Expand Down

0 comments on commit 5f97249

Please sign in to comment.