Merge pull request #367 from nemchik/patch-1

Create dependabot.yml
This commit is contained in:
Lukas Gravley 2020-07-06 08:04:00 -05:00 committed by GitHub
commit 2538cc5294
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 15 additions and 8 deletions

7
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10

View file

@ -41,7 +41,7 @@ jobs:
# Checkout the code base # # Checkout the code base #
########################## ##########################
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v2 uses: actions/checkout@v2.3.1
################################### ###################################
# Build image locally for testing # # Build image locally for testing #

View file

@ -35,7 +35,7 @@ jobs:
# Checkout the code base # # Checkout the code base #
########################## ##########################
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v2 uses: actions/checkout@v2.3.1
##################### #####################
# Run Deploy script # # Run Deploy script #

View file

@ -35,7 +35,7 @@ jobs:
# Checkout the code base # # Checkout the code base #
########################## ##########################
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v2 uses: actions/checkout@v2.3.1
################################### ###################################
# Run Deploy script for Dockerhub # # Run Deploy script for Dockerhub #

View file

@ -35,7 +35,7 @@ jobs:
# Checkout the code base # # Checkout the code base #
########################## ##########################
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v2 uses: actions/checkout@v2.3.1
################################ ################################
# Run Linter against code base # # Run Linter against code base #

View file

@ -29,7 +29,7 @@ jobs:
if: "github.event_name == 'schedule'" if: "github.event_name == 'schedule'"
steps: steps:
- name: Mark issue stale - name: Mark issue stale
uses: actions/stale@v3 uses: actions/stale@v3.0.7
with: with:
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: "This issue has been automatically marked as stale because it has not had recent activity.\nIt will be closed in 14 days if no further activity occurs.\nThank you for your contributions.\n\nIf you think this issue should stay open, please remove the `O: stale 🤖` label or comment on the issue." stale-issue-message: "This issue has been automatically marked as stale because it has not had recent activity.\nIt will be closed in 14 days if no further activity occurs.\nThank you for your contributions.\n\nIf you think this issue should stay open, please remove the `O: stale 🤖` label or comment on the issue."
@ -50,7 +50,7 @@ jobs:
if: "github.event_name == 'issue_comment' && contains(github.event.issue.labels.*.name, 'O: stale 🤖') && github.event.issue.user.type != 'Bot'" if: "github.event_name == 'issue_comment' && contains(github.event.issue.labels.*.name, 'O: stale 🤖') && github.event.issue.user.type != 'Bot'"
steps: steps:
- name: Mark issue not stale - name: Mark issue not stale
uses: actions/github-script@v2 uses: actions/github-script@v2.3.1
with: with:
script: | script: |
github.issues.removeLabel({ github.issues.removeLabel({

View file

@ -32,12 +32,12 @@ jobs:
############################# #############################
# Check out the latest code # # Check out the latest code #
############################# #############################
- uses: actions/checkout@v2 - uses: actions/checkout@v2.3.1
###################### ######################
# Run the tag action # # Run the tag action #
###################### ######################
- uses: Actions-R-Us/actions-tagger@latest - uses: Actions-R-Us/actions-tagger@v2.0.0
with: with:
publish_latest_tag: true publish_latest_tag: true
env: env: