Dependency monitoring with Gitea and Renovate #221

Closed
Ghost wants to merge 4 commits from (deleted):renovate into main
First-time contributor
No description provided.
Ghost added 1 commit 2022-12-23 11:56:19 +00:00
Dependency monitoring with Gitea and Renovate
Signed-off-by: Xinyu Zhou <i@sourcehut.net>
All checks were successful
continuous-integration/drone/pr Build is passing
e902fb4c6e
Ghost added 1 commit 2022-12-23 11:57:52 +00:00
fix typo
Signed-off-by: Xinyu Zhou <i@sourcehut.net>
All checks were successful
continuous-integration/drone/pr Build is passing
cbfe43b9ac
Ghost added a new dependency 2022-12-23 12:10:20 +00:00
Owner

I would add the GitHub toke, so renovate can create comments, changelogs, etc...

    environment:
      #- "LOG_LEVEL=debug"
      - "GITHUB_COM_TOKEN=AAAAAA"

e.g.:

module.exports = {
  endpoint: 'https://codeberg.org/api/v1/',
  token: 'AAAAAA',
  gitAuthor: 'cabr2-bot <cabr2.help@gmail.com>',
  platform: 'gitea',
  onboardingConfig: {
    extends: ['config:base']
  },
  persistRepoData: true,
  repositoryCache: "enabled",
  autodiscover: false,
  repositories: ["Calciumdibromid/CaBr2", "Calciumdibromid/pages", "Calciumdibromid/telefon"]
}

-> https://codeberg.org/Calciumdibromid/CaBr2/pulls/1642

I would add the GitHub toke, so renovate can create comments, changelogs, etc... ``` environment: #- "LOG_LEVEL=debug" - "GITHUB_COM_TOKEN=AAAAAA" ``` e.g.: ```js module.exports = { endpoint: 'https://codeberg.org/api/v1/', token: 'AAAAAA', gitAuthor: 'cabr2-bot <cabr2.help@gmail.com>', platform: 'gitea', onboardingConfig: { extends: ['config:base'] }, persistRepoData: true, repositoryCache: "enabled", autodiscover: false, repositories: ["Calciumdibromid/CaBr2", "Calciumdibromid/pages", "Calciumdibromid/telefon"] } ``` -> https://codeberg.org/Calciumdibromid/CaBr2/pulls/1642
Author
First-time contributor

I don't understand what you mean

I would add the GitHub toke, so renovate can create comments, changelogs, etc...

    environment:
      #- "LOG_LEVEL=debug"
      - "GITHUB_COM_TOKEN=AAAAAA"

e.g.:

module.exports = {
  endpoint: 'https://codeberg.org/api/v1/',
  token: 'AAAAAA',
  gitAuthor: 'cabr2-bot <cabr2.help@gmail.com>',
  platform: 'gitea',
  onboardingConfig: {
    extends: ['config:base']
  },
  persistRepoData: true,
  repositoryCache: "enabled",
  autodiscover: false,
  repositories: ["Calciumdibromid/CaBr2", "Calciumdibromid/pages", "Calciumdibromid/telefon"]
}

-> https://codeberg.org/Calciumdibromid/CaBr2/pulls/1642

I don't understand what you mean > I would add the GitHub toke, so renovate can create comments, changelogs, etc... > > ``` > environment: > #- "LOG_LEVEL=debug" > - "GITHUB_COM_TOKEN=AAAAAA" > ``` > > e.g.: > ```js > module.exports = { > endpoint: 'https://codeberg.org/api/v1/', > token: 'AAAAAA', > gitAuthor: 'cabr2-bot <cabr2.help@gmail.com>', > platform: 'gitea', > onboardingConfig: { > extends: ['config:base'] > }, > persistRepoData: true, > repositoryCache: "enabled", > autodiscover: false, > repositories: ["Calciumdibromid/CaBr2", "Calciumdibromid/pages", "Calciumdibromid/telefon"] > } > ``` > > -> https://codeberg.org/Calciumdibromid/CaBr2/pulls/1642
6543 reviewed 2023-01-09 21:16:48 +00:00
@ -0,0 +1,122 @@
---
date: "2022-12-24T00:00:00+08:00"
Owner

2023-01-10

or so ...

2023-01-10 or so ...
Author
First-time contributor

Done

Done
Ghost marked this conversation as resolved
6543 added 1 commit 2023-01-10 16:17:23 +00:00
Merge branch 'main' into renovate
All checks were successful
continuous-integration/drone/pr Build is passing
9292713cb1
Ghost added 1 commit 2023-01-11 01:18:10 +00:00
Update 'content/post/dependency-monitoring-with-gitea-and-renovate.md'
All checks were successful
continuous-integration/drone/pr Build is passing
79585e8181
Ghost closed this pull request 2023-02-03 15:39:54 +00:00
Some checks are pending
continuous-integration/drone/pr Build is passing
check-and-test / check-and-test (pull_request)
Required

Pull request closed

Sign in to join this conversation.
No description provided.