Merge pull request #221 from SpudGunMan/lab

DependaBot
This commit is contained in:
Kelly
2025-10-20 23:02:13 -07:00
committed by GitHub
2 changed files with 30 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
---
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
+19
View File
@@ -0,0 +1,19 @@
name: Greetings
on:
issues:
types:
- opened
permissions:
issues: write
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v3
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
issue_message: 'DependaBot'' first issue'
pr_message: 'DependaBot'' first pr'