Skip to content

Commit

Permalink
Merge pull request #15 from pdelre/add-renovate
Browse files Browse the repository at this point in the history
Add Renovate
  • Loading branch information
amelbakry authored Oct 17, 2022
2 parents 585fc0e + 3d7df11 commit 08ab922
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/dependabot.yml

This file was deleted.

5 changes: 5 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ jobs:
with:
config: '.markdownlint.json'
args: '**/*.md .github/**/*.md'

- name: 🧼 lint renovate config # Validates changes to renovate.json config file
uses: suzuki-shunsuke/github-action-renovate-config-validator@v0.1.2
with:
config_file_path: 'renovate.json'
8 changes: 8 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"schedule:daily"
],
"enabledManagers": ["github-actions"]
}

0 comments on commit 08ab922

Please sign in to comment.