mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-10 19:07:55 +00:00
Merge pull request #99 from cisagov/improvement/update_dependabot_and_yamllint_configurations
Add boilerplate for upcoming Dependabot configuration changes
This commit is contained in:
commit
d7126900d7
2 changed files with 11 additions and 0 deletions
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
|
@ -1,5 +1,10 @@
|
|||
---
|
||||
|
||||
# Any ignore directives should be uncommented in downstream projects to disable
|
||||
# Dependabot updates for the given dependency. Downstream projects will get
|
||||
# these updates when the pull request(s) in the appropriate skeleton are merged
|
||||
# and Lineage processes these changes.
|
||||
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "github-actions"
|
||||
|
|
|
@ -2,6 +2,12 @@
|
|||
extends: default
|
||||
|
||||
rules:
|
||||
# yamllint does not like it when you comment out different parts of
|
||||
# dictionaries in a list. You can see
|
||||
# https://github.com/adrienverge/yamllint/issues/384 for some examples of
|
||||
# this behavior.
|
||||
comments-indentation: disable
|
||||
|
||||
# yamllint doesn't like when we use yes and no for true and false,
|
||||
# but that's pretty standard in Ansible.
|
||||
truthy: disable
|
||||
|
|
Loading…
Reference in a new issue