Skip to content

Commit

Permalink
Merge branch 'main' into feature/gha
Browse files Browse the repository at this point in the history
  • Loading branch information
zMynxx committed Aug 18, 2023
2 parents b12c506 + 2a9a1f4 commit fcc9c5e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 4 deletions.
28 changes: 24 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,27 @@

version: 2
updates:
- package-ecosystem: "" # See documentation for possible values
directory: "." # Location of package manifests
schedule:
interval: "weekly"
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

- package-ecosystem: "npm"
directory: "/poc/npm-test"
schedule:
interval: "weekly"

- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "pip"
directory: "/poc/pytest"
schedule:
interval: "weekly"

- package-ecosystem: "terraform"
directory: "/"
schedule:
interval: "weekly"
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ Repository to store my github actions manifests.
## Cheatsheet - thanks to GitGuardian

![image](./cheatsheet.png)

## Recommended

- [Awesome-actions](https://github.com/sdras/awesome-actions)

0 comments on commit fcc9c5e

Please sign in to comment.