Skip to content

Commit e1adeea

Browse files
update renovateconfig
2 parents 8e350fa + fc0af6d commit e1adeea

26 files changed

Lines changed: 132 additions & 50 deletions

File tree

.dependabot.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
version: 2
2+
3+
updates:
4+
# Docusaurus + npm deps
5+
- package-ecosystem: "npm"
6+
directory: "/"
7+
schedule:
8+
interval: "weekly"
9+
day: "monday"
10+
time: "09:00"
11+
open-pull-requests-limit: 5
12+
labels:
13+
- "dependencies"
14+
groups:
15+
docusaurus:
16+
patterns:
17+
- "@docusaurus/*"
18+
react:
19+
patterns:
20+
- "react*"
21+
others:
22+
patterns:
23+
- "*"
24+
25+
# GitHub Actions updates
26+
- package-ecosystem: "github-actions"
27+
directory: "/"
28+
schedule:
29+
interval: "weekly"

.github/dependabot.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
version: 2
2+
3+
updates:
4+
# GitHub Actions updates
5+
- package-ecosystem: "github-actions"
6+
directory: "/"
7+
schedule:
8+
interval: "weekly"
9+
schedule:
10+
interval: "weekly"
11+
day: "monday"
12+
time: "09:00"
13+
groups:
14+
actions:
15+
patterns:
16+
- "actions/*"
17+
aws-actions:
18+
patterns:
19+
- "aws-actions/*"
20+
other-actions:
21+
patterns:
22+
- "*"
23+
exclude-patterns:
24+
- "actions/*"
25+
- "aws-actions/*"
26+
cooldown:
27+
default-days: 7
28+
open-pull-requests-limit: 5
29+
labels:
30+
- "dependencies"

.github/workflows/renovatebot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
push:
88
branches:
9-
- master
9+
- main
1010
paths:
1111
- '.github/workflows/**'
1212
workflow_dispatch:

CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* @consensys/protocol-galileo
2+
3+
.github/workflows/ @consensys/protocol-galileo

dockerhub-scan-push/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
using: "composite"
1818
steps:
1919
- name: Checkout tools repo
20-
uses: actions/checkout@v6
20+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2121
with:
2222
repository: Consensys/github-actions
2323
path: .github-actions

docs-build/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
using: "composite"
88
steps:
99
- name: Checkout tools repo
10-
uses: actions/checkout@v6
10+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1111
with:
1212
repository: Consensys/github-actions
1313
path: .github-actions
@@ -18,7 +18,7 @@ runs:
1818
id: nvm
1919

2020
- name: Use Node.js ${{ steps.nvm.outputs.NODE_VERSION }}
21-
uses: actions/setup-node@v6
21+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2222
with:
2323
registry-url: https://registry.npmjs.org/
2424
node-version-file: '.nvmrc'

docs-case-check/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
using: "composite"
1818
steps:
1919
- name: Checkout tools repo
20-
uses: actions/checkout@v6
20+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2121
with:
2222
repository: Consensys/github-actions
2323
path: .github-actions

docs-firecrawl-llm/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626
using: "composite"
2727
steps:
2828
- name: checkout tools repo
29-
uses: actions/checkout@v6
29+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3030
with:
3131
repository: Consensys/github-actions
3232
path: .github-actions
@@ -37,7 +37,7 @@ runs:
3737
id: nvm
3838

3939
- name: Use Node.js ${{ steps.nvm.outputs.NODE_VERSION }}
40-
uses: actions/setup-node@v6
40+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
4141
with:
4242
registry-url: https://registry.npmjs.org/
4343
node-version-file: '.nvmrc'

docs-firecrawl-llm/package-lock.json

Lines changed: 18 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs-link-check/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ runs:
1212
using: "composite"
1313
steps:
1414
- name: Checkout tools repo
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1616
with:
1717
repository: Consensys/github-actions
1818
path: .github-actions
1919

2020
- name: Use Node.js
21-
uses: actions/setup-node@v6
21+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2222
with:
2323
node-version: 20
2424

0 commit comments

Comments
 (0)