mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
This should help with keeping the GitHub actions updated on new releases. This will also help with keeping it secure. Dependabot helps in keeping the supply chain secure https://docs.github.com/en/code-security/dependabot GitHub actions up to date https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot https://github.com/ossf/scorecard/blob/main/docs/checks.md#dependency-update-tool
113 lines
3.0 KiB
YAML
113 lines
3.0 KiB
YAML
---
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: bundler
|
|
directory: "/tests/apps/ruby"
|
|
schedule:
|
|
interval: daily
|
|
open-pull-requests-limit: 10
|
|
- package-ecosystem: bundler
|
|
directory: "/tests/apps/multi"
|
|
schedule:
|
|
interval: daily
|
|
open-pull-requests-limit: 10
|
|
- package-ecosystem: npm
|
|
directory: "/tests/apps/checks-root"
|
|
schedule:
|
|
interval: daily
|
|
open-pull-requests-limit: 10
|
|
- package-ecosystem: npm
|
|
directory: "/tests/apps/config"
|
|
schedule:
|
|
interval: daily
|
|
open-pull-requests-limit: 10
|
|
- package-ecosystem: npm
|
|
directory: "/tests/apps/dockerfile-dokku-scale"
|
|
schedule:
|
|
interval: daily
|
|
open-pull-requests-limit: 10
|
|
- package-ecosystem: npm
|
|
directory: "/tests/apps/dockerfile-noexpose"
|
|
schedule:
|
|
interval: daily
|
|
open-pull-requests-limit: 10
|
|
- package-ecosystem: npm
|
|
directory: "/tests/apps/dockerfile-procfile-bad"
|
|
schedule:
|
|
interval: daily
|
|
open-pull-requests-limit: 10
|
|
- package-ecosystem: npm
|
|
directory: "/tests/apps/dockerfile-procfile"
|
|
schedule:
|
|
interval: daily
|
|
open-pull-requests-limit: 10
|
|
- package-ecosystem: npm
|
|
directory: "/tests/apps/dockerfile"
|
|
schedule:
|
|
interval: daily
|
|
open-pull-requests-limit: 10
|
|
- package-ecosystem: npm
|
|
directory: "/tests/apps/gitsubmodules"
|
|
schedule:
|
|
interval: daily
|
|
open-pull-requests-limit: 10
|
|
- package-ecosystem: gomod
|
|
directory: "/tests/apps/gogrpc"
|
|
schedule:
|
|
interval: daily
|
|
open-pull-requests-limit: 10
|
|
ignore:
|
|
- dependency-name: google.golang.org/grpc
|
|
versions:
|
|
- "> 1.29.1"
|
|
- package-ecosystem: pip
|
|
directory: "/tests/apps/multi"
|
|
schedule:
|
|
interval: daily
|
|
open-pull-requests-limit: 10
|
|
- package-ecosystem: maven
|
|
directory: "/tests/apps/java"
|
|
schedule:
|
|
interval: daily
|
|
open-pull-requests-limit: 10
|
|
- package-ecosystem: npm
|
|
directory: "/tests/apps/nodejs-express"
|
|
schedule:
|
|
interval: daily
|
|
open-pull-requests-limit: 10
|
|
- package-ecosystem: npm
|
|
directory: "/tests/apps/nodejs-worker"
|
|
schedule:
|
|
interval: daily
|
|
open-pull-requests-limit: 10
|
|
- package-ecosystem: npm
|
|
directory: "/tests/apps/nodejs-express-noappjson"
|
|
schedule:
|
|
interval: daily
|
|
open-pull-requests-limit: 10
|
|
- package-ecosystem: npm
|
|
directory: "/tests/apps/nodejs-express-noprocfile"
|
|
schedule:
|
|
interval: daily
|
|
open-pull-requests-limit: 10
|
|
- package-ecosystem: composer
|
|
directory: "/tests/apps/php"
|
|
schedule:
|
|
interval: daily
|
|
open-pull-requests-limit: 10
|
|
- package-ecosystem: pip
|
|
directory: "/tests/apps/python-flask"
|
|
schedule:
|
|
interval: daily
|
|
open-pull-requests-limit: 10
|
|
- package-ecosystem: npm
|
|
directory: "/tests/apps/.websocket.disabled"
|
|
schedule:
|
|
interval: daily
|
|
open-pull-requests-limit: 10
|
|
- package-ecosystem: github-actions
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
open-pull-requests-limit: 10
|