generated from edwardtheharris/ansible-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
4 changed files
with
48 additions
and
26 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 |
---|---|---|
@@ -1,6 +1,30 @@ | ||
### | ||
# ```{rubric} Dependabot Config | ||
# ``` | ||
# --- | ||
# To get started with Dependabot version updates, you'll need to specify which | ||
# package ecosystems to update and where the package manifests are located. | ||
# | ||
# ```{note} | ||
# Please see the documentation for all configuration | ||
# [options](https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file). | ||
# ``` | ||
# | ||
# ```{literalinclude} /.github/dependabot.yml | ||
# :language: yaml | ||
# :start-at: "version: 2\n" | ||
# ``` | ||
#f | ||
# See documentation for possible values | ||
# | ||
# - `"pip"` | ||
updates: | ||
- directory: "/" | ||
package-ecosystem: "pip" | ||
### | ||
# Location of package manifests | ||
# | ||
# - `"/"` | ||
schedule: | ||
interval: "weekly" | ||
version: 2 |
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ authors: | |
- name: Xander Harris | ||
email: [email protected] | ||
date: 2024-07-23 | ||
title: GitHub Actions configuration | ||
title: Continuous Integration, Delivery, and Deployment | ||
--- | ||
|
||
## Dependabot | ||
|
@@ -14,20 +14,6 @@ Stay away from zero days with Dependabot. | |
```{autoyaml} .github/dependabot.yml | ||
``` | ||
|
||
````{sidebar} Dependabot Config | ||
To get started with Dependabot version updates, you'll need to specify which | ||
package ecosystems to update and where the package manifests are located. | ||
```{note} | ||
Please see the documentation for all configuration | ||
[options](https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file). | ||
``` | ||
```{literalinclude} /.github/dependabot.yml | ||
:language: yaml | ||
``` | ||
```` | ||
|
||
## Workflows | ||
|
||
GitHub Actions provides a pretty complete CI/CD system and they'll let you | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ authors: | |
- name: Xander Harris | ||
email: [email protected] | ||
date: 2024-03-08 | ||
title: Ansible CA | ||
title: Ansible Bare Metal K8S | ||
--- | ||
|
||
 | ||
|
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