Skip to content

Commit

Permalink
Merge pull request #17 from devops-infra/dependency/repo-sync
Browse files Browse the repository at this point in the history
Updated dependabot and versions in action and README.md
  • Loading branch information
ChristophShyper authored Jun 29, 2021
2 parents 49851f2 + cbe2bc7 commit 6d39058
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 13 deletions.
22 changes: 16 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,31 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: "daily"
interval: daily
assignees:
- "ChristophShyper"
- ChristophShyper
labels:
- automatic

# Enable version updates for Docker
- package-ecosystem: "docker"
- package-ecosystem: docker
directory: "/"
schedule:
interval: "daily"
interval: daily
assignees:
- "ChristophShyper"
- ChristophShyper
labels:
- automatic

# # Enable version updates for pip
# - package-ecosystem: pip
# directory: "/"
# schedule:
# interval: daily
# assignees:
# - ChristophShyper
# labels:
# - automatic
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@

# Custom
.tmp/

4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Krzysztof Szyper (https://christophshyper.github.io/)
Copyright (c) 2021 Krzysztof Szyper aka ChristophShyper (https://shyper.pro/)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -14,7 +14,7 @@ copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
FITNESS FOR A PARTICULAR PURPOSE AND NONINFINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Features:

```yaml
- name: Validate Terraform modules
uses: devops-infra/action-terraform-validate@master
uses: devops-infra/action-terraform-validate@v0.3
with:
dir_filter: modules
```
Expand All @@ -56,7 +56,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Validate Terraform configuration
uses: devops-infra/action-terraform-validate@master
uses: devops-infra/action-terraform-validate@v0.3
```

Validate Terraform modules only in `modules/aws` and `modules/gcp` directories. Run the Action via DockerHub.
Expand All @@ -71,7 +71,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Validate Terraform modules
uses: devops-infra/action-terrraform-validate@master
uses: devops-infra/action-terrraform-validate@v0.3
with:
dir_filter: modules/aws,modules/gcp
```
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
default: "*"
runs:
using: docker
image: docker://devopsinfra/action-terraform-validate:latest
image: docker://devopsinfra/action-terraform-validate:v0.3
branding:
color: purple
icon: upload-cloud

0 comments on commit 6d39058

Please sign in to comment.