Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #4 from ittybittyapps/tech/dependabot
Browse files Browse the repository at this point in the history
Add dependabot config
  • Loading branch information
orj authored Mar 25, 2022
2 parents 4fd46cf + f6aa7e7 commit 1d557ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Create and publish Docker image

on:
pull_request:
branches: [main]
release:
types: [published]

Expand Down

0 comments on commit 1d557ec

Please sign in to comment.