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 1
1
# To get started with Dependabot version updates, you'll need to specify which
2
2
# package ecosystems to update and where the package manifests are located.
3
3
# 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
5
5
6
6
version : 2
7
7
updates :
Original file line number Diff line number Diff line change 13
13
paths :
14
14
- " .github/workflows/docker.yml"
15
15
# 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
17
17
- " .github/workflows/docker-build-test-upload.yml"
18
18
- " .github/workflows/docker-merge-tags.yml"
19
19
- " .github/workflows/docker-tag-push.yml"
20
20
- " .github/workflows/docker-wiki-update.yml"
21
21
22
22
# 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
24
24
- " .github/actions/create-dev-env/action.yml"
25
25
- " .github/actions/load-image/action.yml"
26
26
53
53
- " requirements-dev.txt"
54
54
workflow_dispatch :
55
55
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
57
57
concurrency :
58
58
# Only cancel in-progress jobs or runs for the current workflow - matches against branch & tags
59
59
group : ${{ github.workflow }}-${{ github.ref }}
You can’t perform that action at this time.
0 commit comments