Skip to content

Commit

Permalink
Added dependabot for Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Oct 29, 2021
1 parent b5bc031 commit 296865f
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Basic dependabot.yml to update Github Actions

version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
target-branch: "master"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
reviewers:
- "mrz1836"
assignees:
- "mrz1836"
labels:
- "chore"
open-pull-requests-limit: 10
6 changes: 3 additions & 3 deletions .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Workflow: https://github.com/micnncim/action-label-syncer
# Export your labels: https://github.com/micnncim/label-exporter
name: Sync labels
name: sync-labels
on:
push:
branches:
Expand All @@ -11,8 +11,8 @@ jobs:
sync-labels:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: micnncim/action-label-syncer@v1
- uses: actions/checkout@v2.3.5
- uses: micnncim/action-label-syncer@v1.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
5 changes: 3 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Make sure to check the documentation at http://goreleaser.com
# ---------------------------
# GENERAL
# General
# ---------------------------
snapshot:
name_template: "{{ .Tag }}"
Expand All @@ -14,10 +14,11 @@ changelog:
- '^history:'

# ---------------------------
# BUILDER
# Builder
# ---------------------------
build:
skip: true

# ---------------------------
# Github Release
# ---------------------------
Expand Down

0 comments on commit 296865f

Please sign in to comment.