Skip to content

Commit

Permalink
Merge pull request #124 from bgilbert/dependabot
Browse files Browse the repository at this point in the history
dependabot: add "do not edit" header and reindent
  • Loading branch information
bgilbert authored May 26, 2023
2 parents 42bf1f9 + 3532d3d commit 343262a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
5 changes: 5 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,11 @@ repos:
container_arches: [amd64]
containers: [quay.io/coreos/triagebot]

vcontext:
url: https://github.com/coreos/vcontext
vars:
git_repo: vcontext

vmw_backdoor-rs:
url: https://github.com/coreos/vmw_backdoor-rs
vars:
Expand Down
3 changes: 3 additions & 0 deletions dependabot/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ files:
vars:
dependabot_labels: [dependency, skip-notes]

- repo: vcontext
path: .github/dependabot.yml

- repo: vmw_backdoor-rs
path: .github/dependabot.yml
vars:
Expand Down
17 changes: 10 additions & 7 deletions dependabot/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
# Maintained in https://github.com/coreos/repo-templates
# Do not edit downstream.

version: 2
updates:
- package-ecosystem: {% if dependabot_ecosystem != "auto" -%}
- package-ecosystem: {% if dependabot_ecosystem != "auto" -%}
{{ dependabot_ecosystem }}
{%- elif crate -%}
cargo
{%- else -%}
gomod
{%- endif %}
directory: {{ dependabot_directory }}
schedule:
interval: {{ dependabot_interval }}
open-pull-requests-limit: 10
directory: {{ dependabot_directory }}
schedule:
interval: {{ dependabot_interval }}
open-pull-requests-limit: 10
{%- if dependabot_labels %}
labels:
labels:
{%- for label in dependabot_labels %}
- {{ label }}
- {{ label }}
{%- endfor %}
{% endif %}

0 comments on commit 343262a

Please sign in to comment.