Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions .dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
version: 2

updates:
# Docusaurus + npm deps
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "09:00"
open-pull-requests-limit: 5
labels:
- "dependencies"
groups:
docusaurus:
patterns:
- "@docusaurus/*"
react:
patterns:
- "react*"
others:
patterns:
- "*"

# GitHub Actions updates
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
29 changes: 29 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
version: 2

updates:
# Docusaurus + npm deps
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "09:00"
open-pull-requests-limit: 5
labels:
- "dependencies"
groups:
docusaurus:
patterns:
- "@docusaurus/*"
react:
patterns:
- "react*"
others:
patterns:
- "*"

# GitHub Actions updates
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
23 changes: 23 additions & 0 deletions .github/workflows/renovatebot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: renovatebot

on:
push:
branches:
- main
paths:
- '.github/workflows/**'
workflow_dispatch:

jobs:
renovatebot-check:
runs-on: ubuntu-24.04
environment: security
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

- name: Run renovatebot
uses: ConsenSys/github-actions/renovatebot@60d442d6d385b414c8e00eb049a85f56f9fd7be7 # main
with:
GH_APP_ID: ${{ secrets.GH_APP_ID }}
GH_PRIVATE_KEY: ${{ secrets.GH_PRIVATE_KEY }}
GH_REPOSITORY: ${{ github.repository }}
3 changes: 3 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* @consensys/protocol-pliny

.github/workflows/ @consensys/protocol-galileo
Loading
Loading