Skip to content

Commit

Permalink
馃攧 synced file(s) with Rakambda/rakambda-github-files (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: undefined <zerderr@gmail.com>
  • Loading branch information
couchoud-t and Rakambda committed Sep 11, 2023
1 parent 02bf336 commit e186924
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/dependabot.yml
@@ -1,45 +1,69 @@
version: 2
registries:
dockerhub:
type: docker-registry
url: https://registry.hub.docker.com
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
replaces-base: true

updates:
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "daily"
time: "08:00"
timezone: "Europe/Paris"
pull-request-branch-name:
separator: "-"
# Disable while paths can't be ignored as it'd update all 'auto-approve-sync-files.yml', Renovate will handle exclusion
# - package-ecosystem: "github-actions"
# directory: "/"
# schedule:
# interval: "daily"
# time: "08:00"
# timezone: "Europe/Paris"
# pull-request-branch-name:
# separator: "-"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
time: "08:00"
timezone: "Europe/Paris"
pull-request-branch-name:
separator: "-"
registries:
- dockerhub
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "daily"
time: "08:00"
timezone: "Europe/Paris"
pull-request-branch-name:
separator: "-"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
time: "08:00"
timezone: "Europe/Paris"
pull-request-branch-name:
separator: "-"
- package-ecosystem: "nuget"
directory: "/"
schedule:
interval: "daily"
time: "08:00"
timezone: "Europe/Paris"
pull-request-branch-name:
separator: "-"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
time: "08:00"
timezone: "Europe/Paris"
pull-request-branch-name:
separator: "-"

0 comments on commit e186924

Please sign in to comment.