소스 검색

Enable dependabot updates (#13976)

Fixes https://github.com/matrix-org/synapse/issues/11828
tags/v1.69.0rc1
Richard van der Hoff 1 년 전
committed by GitHub
부모
커밋
b2aadd81a8
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
2개의 변경된 파일18개의 추가작업 그리고 0개의 파일을 삭제
  1. +17
    -0
      .github/dependabot.yml
  2. +1
    -0
      changelog.d/13976.misc

+ 17
- 0
.github/dependabot.yml 파일 보기

@@ -0,0 +1,17 @@
version: 2
updates:
- # "pip" is the correct setting for poetry, per https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem
package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "docker"
directory: "/docker"
schedule:
interval: "weekly"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

+ 1
- 0
changelog.d/13976.misc 파일 보기

@@ -0,0 +1 @@
Enable update notifications from Github's dependabot.

불러오는 중...
취소
저장