Skip to content

Commit

Permalink
Add-renovate-deprecate-dependabot (#19)
Browse files Browse the repository at this point in the history
* Add-renovate-deprecate-dependabot

* new line at the end for renovate

Co-authored-by: ss675u <[email protected]>
  • Loading branch information
sumanas27 and ss675u authored Oct 31, 2022
1 parent 168a3ca commit 0f98cc3
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/dependabot.yml

This file was deleted.

9 changes: 9 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,12 @@ jobs:
with:
config: '.markdownlint.json'
args: '**/*.md .github/**/*.md'
renovate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: 🧼 lint renovate config # Validates changes to renovate.json config file
uses: suzuki-shunsuke/[email protected]
with:
config_file_path: 'renovate.json'

21 changes: 21 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"description": "Renovate configuration for pdo sql relay builder repository",
"extends": [
"config:base",
":dependencyDashboard",
":rebaseStalePrs"
],
"schedule": [
"before 3am every weekday"
],
"enabledManagers": [
"github-actions"
],
"packageRules": [
{
"matchManagers": ["github-actions"],
"groupName": "GitHub Actions"
}
]
}

0 comments on commit 0f98cc3

Please sign in to comment.