fs_at 0.2.1

Implementation of 'at' functions for various platforms
Documentation
{
    "$schema": "https://docs.renovatebot.com/renovate-schema.json",
    "extends": [
        "config:base"
    ],
    "git-submodules": {
        "enabled": true
    },
    "labels": [
        "dependencies"
    ],
    "prCreation": "immediate",
    "stabilityDays": 3,
    "lockFileMaintenance": {
        "automerge": true,
        "enabled": true
    },
    "packageRules": [
        {
            "matchUpdateTypes": [
                "minor",
                "patch"
            ],
            "matchCurrentVersion": "!/^0/",
            "automerge": true
        },
        {
            "matchUpdateTypes": [
                "patch"
            ],
            "matchCurrentVersion": "/^0\\./",
            "automerge": true
        }
    ]
}