From 0caf64cad694ad98c051512b31d6d0405e3c5e1d Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sun, 15 Oct 2023 09:46:08 -0600 Subject: [PATCH 1/2] Add dependabot.yml Let dependabot keep track of updates to our GitHub actions. Signed-off-by: Joe Block --- .github/dependabot.yml | 14 ++++++++++++++ .github/workflows/awesomebot.yml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..86bb331 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +--- +# Use `allow` to specify which dependencies to maintain + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" diff --git a/.github/workflows/awesomebot.yml b/.github/workflows/awesomebot.yml index cefa1a2..19756d3 100644 --- a/.github/workflows/awesomebot.yml +++ b/.github/workflows/awesomebot.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: docker://dkhamsing/awesome_bot:latest with: args: /github/workspace/README.md README.md --allow-timeout --request-delay 1 --allow 502,503,504,509,521 --allow-ssl --allow-redirect --allow-dupe -w www.terraform.io,signup.hangops.com,kitchen.ci --white-list https://vimeo.com,kubernetes.io,kitchen.ci,debuggex.com,smile.amazon.com \ No newline at end of file From 4cc730922fcc125d56166318a588b07d8fc8ca3a Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sun, 15 Oct 2023 09:51:05 -0600 Subject: [PATCH 2/2] Copyright updates. Signed-off-by: Joe Block --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- README.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0c9622a..79cc8d6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,7 +5,7 @@ # License Assignment -This repository is copyright 2017-2022 Joseph Block under a [Attribution-NonCommercial-ShareAlike 4.0 International](#attribution-noncommercial-sharealike-40-international) license. +This repository is copyright 2017-2023 Joseph Block under a [Attribution-NonCommercial-ShareAlike 4.0 International](#attribution-noncommercial-sharealike-40-international) license. - [ ] I assign copyright to the changes in this PR to Joseph Block per the [Attribution-NonCommercial-ShareAlike 4.0 International](#attribution-noncommercial-sharealike-40-international) license. diff --git a/README.md b/README.md index 7c9166e..3a64a3d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ ![Awesomebot link checking](https://github.com/unixorn/sysadmin-reading-list/actions/workflows/awesomebot.yml/badge.svg) [![GitHub last commit (branch)](https://img.shields.io/github/last-commit/unixorn/sysadmin-reading-list/main.svg)](https://github.com/unixorn/sysadmin-reading-list) +Copyright 2017-2023 Joe Block . See [LICENSE.md](https://github.com/unixorn/sysadmin-reading-list/blob/main/LICENSE.md) for details. + A reading list for the larval stage sysadmin/SRE. This list is focused on the UNIX family of OSes, but PRs about other OSes are welcome. @@ -146,7 +148,7 @@ Finally, remember that `bash` is not `sh`. If you're writing a script in `bash`, Often you'll find yourself in a Windows enviroment, like it or not. These resources might help you in those cases - - [awesome-powershell](https://github.com/janikvonrotz/awesome-powershell) - Awesome list of PowerShell resources. -- [Best Practices and Style guide](https://github.com/PoshCode/PowerShellPracticeAndStyle) - Unofficial recommendations for better PowerShell code. +- [Best Practices and Style guide](https://github.com/PoshCode/PowerShellPracticeAndStyle) - Unofficial recommendations for better PowerShell code. - [Powershell Slack](http://poshcode.org) - Think of it as a virtual Powershell user's group. - [PowerShell.org eBooks](https://leanpub.com/u/devopscollective/) - A collection of PowerShell (and other) eBooks.