Files
Isaakerandpannal 4ccca7d4c3 Updating automations & New whitelist device
Adding new remove duplicates script, improving some scripts, adding new whitelist from #38 and some other minor changes.

Co-Authored-By: pannal <1359593+pannal@users.noreply.github.com>
2024-10-04 22:37:03 +02:00

15 lines
616 B
YAML

# 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/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "./requirements.txt" # Location of package manifests
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"