Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Add dependabot config.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Feb 9, 2023
1 parent da8ad6c commit fbc08d8
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 69 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates on Sunday, 8PM UTC
interval: "weekly"
day: "sunday"
time: "20:00"

- package-ecosystem: "pip"
directory: "/"
schedule:
# Check for updates on Sunday, 8PM UTC
interval: "weekly"
day: "sunday"
time: "20:00"
69 changes: 0 additions & 69 deletions .github/labels.toml

This file was deleted.

12 changes: 12 additions & 0 deletions .github/workflows/dependabot-changenote.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Dependabot Change Note

on:
push:
branches:
- 'dependabot/**'

jobs:
changenote:
name: Dependabot Change Note
uses: beeware/.github/.github/workflows/dependabot-changenote.yml@main
secrets: inherit

0 comments on commit fbc08d8

Please sign in to comment.