Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bobokun authored Jul 27, 2024
1 parent 9a626d7 commit 1764e42
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,13 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

---
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
target-branch: "develop"
assignees:
- "bobokun"
- package-ecosystem: github-actions
directory: '/'
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
assignees:
- "bobokun"
target-branch: "develop"
interval: "weekly"
ignore:
- dependency-name: "salsify/action-detect-and-tag-new-version"

0 comments on commit 1764e42

Please sign in to comment.