Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure Renovate #27

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
e010dd0
Add renovate.json
renovate[bot] Mar 24, 2023
b6341aa
:arrow_up: Update @upptime to v1.29.0
upptime-bot Mar 24, 2023
a82e43c
🟩 ultre.me is up (200 in 141 ms) [skip ci] [upptime]
upptime-bot Mar 24, 2023
0250c5a
🟥 camembertaulaitcrew.biz is down (503 in 361 ms) [skip ci] [upptime]
upptime-bot Mar 24, 2023
a32956e
🟩 calendrier.ultre.me is up (200 in 78 ms) [skip ci] [upptime]
upptime-bot Mar 24, 2023
3bf313e
🟩 m1ch3l.biz is up (200 in 56 ms) [skip ci] [upptime]
upptime-bot Mar 24, 2023
ab587fb
🟩 blog.m1ch3l.biz is up (200 in 216 ms) [skip ci] [upptime]
upptime-bot Mar 24, 2023
0a15652
🟩 radio.m1ch3l.biz is up (200 in 23 ms) [skip ci] [upptime]
upptime-bot Mar 24, 2023
d64e2df
🟩 salutcestcool.com is up (200 in 215 ms) [skip ci] [upptime]
upptime-bot Mar 24, 2023
3db0ef4
🟩 radio.casse-tete.solutions is up (200 in 497 ms) [skip ci] [upptime]
upptime-bot Mar 24, 2023
b6c6fb0
🟩 radio.yaourt.org is up (200 in 190 ms) [skip ci] [upptime]
upptime-bot Mar 24, 2023
a4d84df
🟩 casse-tete.solutions is up (200 in 28 ms) [skip ci] [upptime]
upptime-bot Mar 24, 2023
2bc4da0
🟩 copineetcoquine.com is up (200 in 252 ms) [skip ci] [upptime]
upptime-bot Mar 24, 2023
65a002d
🟩 reporters.ultre.me is up (200 in 370 ms) [skip ci] [upptime]
upptime-bot Mar 24, 2023
5f34e01
:pencil: Update summary in README [skip ci] [upptime]
upptime-bot Mar 24, 2023
2e2a138
:card_file_box: Update status summary [skip ci] [upptime]
upptime-bot Mar 24, 2023
f01403e
:bento: Update graphs [skip ci]
upptime-bot Mar 24, 2023
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
6 changes: 3 additions & 3 deletions .github/workflows/graphs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v2.3.3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT || github.token }}
token: ${{ secrets.GH_PAT }}
- name: Generate graphs
uses: upptime/[email protected]
with:
command: "graphs"
env:
GH_PAT: ${{ secrets.GH_PAT || github.token }}
GH_PAT: ${{ secrets.GH_PAT }}
6 changes: 3 additions & 3 deletions .github/workflows/response-time.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v2.3.3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT || github.token }}
token: ${{ secrets.GH_PAT }}
- name: Update response time
uses: upptime/[email protected]
with:
command: "response-time"
env:
GH_PAT: ${{ secrets.GH_PAT || github.token }}
GH_PAT: ${{ secrets.GH_PAT }}
SECRETS_CONTEXT: ${{ toJson(secrets) }}
17 changes: 8 additions & 9 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,45 +21,44 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v2.3.3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT || github.token }}
token: ${{ secrets.GH_PAT }}
- name: Update template
uses: upptime/[email protected]
with:
command: "update-template"
env:
GH_PAT: ${{ secrets.GH_PAT || github.token }}
GH_PAT: ${{ secrets.GH_PAT }}
- name: Update response time
uses: upptime/[email protected]
with:
command: "response-time"
env:
GH_PAT: ${{ secrets.GH_PAT || github.token }}
GH_PAT: ${{ secrets.GH_PAT }}
SECRETS_CONTEXT: ${{ toJson(secrets) }}
- name: Update summary in README
uses: upptime/[email protected]
with:
command: "readme"
env:
GH_PAT: ${{ secrets.GH_PAT || github.token }}
GH_PAT: ${{ secrets.GH_PAT }}
- name: Generate graphs
uses: benc-uk/workflow-dispatch@v1
with:
workflow: Graphs CI
token: ${{ secrets.GH_PAT || github.token }}
token: ${{ secrets.GH_PAT }}
- name: Generate site
uses: upptime/[email protected]
with:
command: "site"
env:
GH_PAT: ${{ secrets.GH_PAT || github.token }}
GH_PAT: ${{ secrets.GH_PAT }}
- uses: peaceiris/[email protected]
name: GitHub Pages Deploy
with:
github_token: ${{ secrets.GH_PAT || github.token }}
github_token: ${{ secrets.GH_PAT }}
publish_dir: "site/status-page/__sapper__/export/"
force_orphan: "false"
user_name: "Upptime Bot"
user_email: "[email protected]"
9 changes: 4 additions & 5 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,20 @@ jobs:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v2.3.3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT || github.token }}
token: ${{ secrets.GH_PAT }}
- name: Generate site
uses: upptime/[email protected]
with:
command: "site"
env:
GH_PAT: ${{ secrets.GH_PAT || github.token }}
GH_PAT: ${{ secrets.GH_PAT }}
- uses: peaceiris/[email protected]
name: GitHub Pages Deploy
with:
github_token: ${{ secrets.GH_PAT || github.token }}
github_token: ${{ secrets.GH_PAT }}
publish_dir: "site/status-page/__sapper__/export/"
force_orphan: "false"
user_name: "Upptime Bot"
user_email: "[email protected]"
6 changes: 3 additions & 3 deletions .github/workflows/summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v2.3.3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT || github.token }}
token: ${{ secrets.GH_PAT }}
- name: Update summary in README
uses: upptime/[email protected]
with:
command: "readme"
env:
GH_PAT: ${{ secrets.GH_PAT || github.token }}
GH_PAT: ${{ secrets.GH_PAT }}
6 changes: 3 additions & 3 deletions .github/workflows/update-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v2.3.3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT || github.token }}
token: ${{ secrets.GH_PAT }}
- name: Update template
uses: upptime/uptime-monitor@master
with:
command: "update-template"
env:
GH_PAT: ${{ secrets.GH_PAT || github.token }}
GH_PAT: ${{ secrets.GH_PAT }}
6 changes: 3 additions & 3 deletions .github/workflows/updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v2.3.3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT || github.token }}
token: ${{ secrets.GH_PAT }}
- name: Update code
uses: upptime/updates@master
env:
GH_PAT: ${{ secrets.GH_PAT || github.token }}
GH_PAT: ${{ secrets.GH_PAT }}
6 changes: 3 additions & 3 deletions .github/workflows/uptime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v2.3.3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT || github.token }}
token: ${{ secrets.GH_PAT }}
- name: Check endpoint status
uses: upptime/[email protected]
with:
command: "update"
env:
GH_PAT: ${{ secrets.GH_PAT || github.token }}
GH_PAT: ${{ secrets.GH_PAT }}
SECRETS_CONTEXT: ${{ toJson(secrets) }}
Loading