File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# To get started with Dependabot version updates, you'll need to specify which
22# package ecosystems to update and where the package manifests are located.
33# Please see the documentation for all configuration options:
4- # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration -options-for-the-dependabot.yml-file
4+ # https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot -options-reference
55
66version : 2
77updates :
Original file line number Diff line number Diff line change 1313 paths :
1414 - " .github/workflows/docker.yml"
1515 # We use local reusable workflows to make architecture clean and simple
16- # https://docs.github.com/en/actions/using-workflows /reusing-workflows
16+ # https://docs.github.com/en/actions/sharing-automations /reusing-workflows
1717 - " .github/workflows/docker-build-test-upload.yml"
1818 - " .github/workflows/docker-merge-tags.yml"
1919 - " .github/workflows/docker-tag-push.yml"
2020 - " .github/workflows/docker-wiki-update.yml"
2121
2222 # We use local composite actions to combine multiple workflow steps within one action
23- # https://docs.github.com/en/actions/creating-actions/about-custom-actions#composite-actions
23+ # https://docs.github.com/en/actions/sharing-automations/ creating-actions/about-custom-actions#composite-actions
2424 - " .github/actions/create-dev-env/action.yml"
2525 - " .github/actions/load-image/action.yml"
2626
5353 - " requirements-dev.txt"
5454 workflow_dispatch :
5555
56- # https://docs.github.com/en/actions/using-jobs/using- concurrency
56+ # https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/control-the- concurrency-of-workflows-and-jobs
5757concurrency :
5858 # Only cancel in-progress jobs or runs for the current workflow - matches against branch & tags
5959 group : ${{ github.workflow }}-${{ github.ref }}
You can’t perform that action at this time.
0 commit comments