Skip to content

Commit

Permalink
Merge pull request #16 from devops-infra/dependency/updates
Browse files Browse the repository at this point in the history
Updated versions in action and docs.
  • Loading branch information
ChristophShyper authored Jun 29, 2021
2 parents f4b1def + 1dd6170 commit 3f91c56
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 20 deletions.
32 changes: 18 additions & 14 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,31 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: "daily"

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

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

# # Enable version updates for pip
# - package-ecosystem: pip
# directory: "/"
# schedule:
# interval: daily
# assignees:
# - ChristophShyper
# labels:
# - automatic
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:
## Reference
```yaml
- name: Fail on different veriables' definitions
uses: devops-infra/action-terraform-copy-vars@master
uses: devops-infra/action-terraform-copy-vars@v0.2
with:
fail_on_changes: true
```
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Checkout repoistory
uses: actions/checkout@v2
- name: Fail on different veriables' definitions
uses: devops-infra/action-terraform-copy-vars@master
uses: devops-infra/action-terraform-copy-vars@v0.2
with:
fail_on_changes: true
```
Expand All @@ -77,7 +77,7 @@ jobs:
- name: Checkout repoistory
uses: actions/checkout@v2
- name: Update Terraform variables
uses: devops-infra/action-terraform-copy-vars@master
uses: devops-infra/action-terraform-copy-vars@v0.2
with:
dirs_with_modules: modules
files_with_vars: variables.tf
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ outputs:
description: List of updated files
runs:
using: docker
image: docker://devopsinfra/action-terraform-copy-vars:latest
image: docker://devopsinfra/action-terraform-copy-vars:v0.2
branding:
color: purple
icon: upload-cloud

0 comments on commit 3f91c56

Please sign in to comment.