-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from cisagov/lineage/skeleton
Lineage pull request for: skeleton
- Loading branch information
Showing
12 changed files
with
158 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
# See https://ansible-lint.readthedocs.io/en/latest/configuring.html | ||
# for a list of the configuration elements that can exist in this | ||
# file. | ||
enable_list: | ||
# Useful checks that one must opt-into. See here for more details: | ||
# https://ansible-lint.readthedocs.io/en/latest/rules.html | ||
- fcqn-builtins | ||
- no-log-password | ||
- no-same-owner | ||
exclude_paths: | ||
# This exclusion is implicit, unless exclude_paths is defined | ||
- .cache | ||
# Seems wise to ignore this too | ||
- .github | ||
kinds: | ||
# This will force our systemd specific molecule configurations to be treated | ||
# as plain yaml files by ansible-lint. This mirrors the default kind | ||
# configuration in ansible-lint for molecule configurations: | ||
# yaml: "**/molecule/*/{base,molecule}.{yaml,yml}" | ||
- yaml: "**/molecule/*/molecule-{no,with}-systemd.yml" | ||
use_default_rules: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,27 @@ | ||
--- | ||
|
||
# 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" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
ignore: | ||
- dependency-name: actions/cache | ||
- dependency-name: actions/checkout | ||
- dependency-name: actions/setup-python | ||
|
||
- package-ecosystem: "pip" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
|
||
- package-ecosystem: "terraform" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ __pycache__ | |
.pytest_cache | ||
.python-version | ||
*.egg-info | ||
dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.